Skip to content

ModelicaSystem.simulate with csv for inputs #353

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions