FMPy icon indicating copy to clipboard operation
FMPy copied to clipboard

Include all Variables provided from FMUs when create_fmu_container

Open Matthias776 opened this issue 2 years ago • 1 comments

My current understanding is that when creating a container FMU the variables that I want to access need to be declared within the Configuration(variables=[]).

Is there a default value for the argument to declare all included variables?

Matthias776 avatar Feb 23 '22 13:02 Matthias776

You can synthesize a Configuration from the the model description of the nested FMU (see https://github.com/CATIA-Systems/FMPy/blob/master/tests/test_cswrapper.py#L7 for an experimental implementation).

t-sommer avatar Mar 11 '22 12:03 t-sommer