Skip to content

ModelicaSystem.simulate with csv for inputs #353

@FaBiasch

Description

@FaBiasch

Hi,

I have the impression that a lot of progress is made with the ModelicaSystem module right now, which is great!

I have a question for the current implementation:
If is use

mod = ModelicaSystem(model_path, model_name)
simargs = {'csvInput': input_file_path}
mod.simulate(resultfile=rslt_file_path, simargs=simargs)

the input csv is always overridden here.
What is the proposed way to set an input via a csv file?

Thx.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions