|
33 | 33 | instantiated_model.setValue(CRef('default', 'Feedthrough', 'Enumeration_input'), 2) |
34 | 34 |
|
35 | 35 | ## need to implement fmi3causality table in fmi4c library if inital attribute is not present |
36 | | -## instantiated_model.setValue(CRef('default', 'Feedthrough', 'String_parameter'), "Set me!") |
| 36 | +instantiated_model.setValue(CRef('default', 'Feedthrough', 'String_parameter'), "Set me test!") |
37 | 37 |
|
38 | 38 | instantiated_model.initialize() |
39 | 39 | instantiated_model.simulate() |
|
84 | 84 | instantiated_model.setValue(CRef('default', 'Feedthrough', 'Boolean_input'), True) |
85 | 85 | instantiated_model.setValue(CRef('default', 'Feedthrough', 'Enumeration_input'), 2) |
86 | 86 |
|
87 | | -## need to implement fmi3causality table in fmi4c library if inital attribute is not present |
88 | | -## instantiated_model.setValue(CRef('default', 'Feedthrough', 'String_parameter'), "Set me!") |
| 87 | +instantiated_model.setValue(CRef('default', 'Feedthrough', 'String_parameter'), "Set me test!") |
89 | 88 |
|
90 | 89 | instantiated_model.initialize() |
91 | 90 | instantiated_model.simulate() |
|
126 | 125 | ## info: Feedthrough.UInt64_input: 11 |
127 | 126 | ## info: Feedthrough.Boolean_input: True |
128 | 127 | ## info: Feedthrough.Enumeration_input: 2 |
129 | | -## info: Feedthrough.String_parameter: Set me! |
| 128 | +## info: Feedthrough.String_parameter: Set me test! |
130 | 129 | ## warning: Unknown FMI3 base type for var : Binary_input |
131 | 130 | ## warning: Unknown FMI3 base type for var : Binary_output |
132 | 131 | ## Loading FMI version 3... |
|
145 | 144 | ## info: Feedthrough.UInt64_input: 11 |
146 | 145 | ## info: Feedthrough.Boolean_input: True |
147 | 146 | ## info: Feedthrough.Enumeration_input: 2 |
148 | | -## info: Feedthrough.String_parameter: Set me! |
| 147 | +## info: Feedthrough.String_parameter: Set me test! |
149 | 148 | ## info: Final Statistics for 'model.root': |
150 | 149 | ## NumSteps = 10001 NumRhsEvals = 10002 NumLinSolvSetups = 501 |
151 | 150 | ## NumNonlinSolvIters = 10001 NumNonlinSolvConvFails = 0 NumErrTestFails = 0 |
|
0 commit comments