You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/UsersGuide/source/omedit.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -676,8 +676,8 @@ will have a checkbox to plot them.
676
676
677
677
CSV-File Data Input
678
678
~~~~~~~~~~~~~~~~~~~
679
-
When simulating Modelica models with top-level inputs (input variables or input connectors), these inputs are assumed to be zero by default. However,
680
-
it is possible to feed them with input signals obtained from CSV (Comma-Separated Value) input data files, by means of the
679
+
When simulating Modelica models with top-level inputs (input variables or input connectors), these inputs are assumed to be equal to their start
680
+
value by default. However, it is possible to feed them with input signals obtained from CSV (Comma-Separated Value) input data files, by means of the
681
681
:ref:`-csvInput <simflag-csvInput>` simulation flag, that can be set in the *Additional Simulation Flags (Optional)* field of
682
682
the Simulation Flags tab. For example, setting ``-csvInput=myinput.csv`` causes the runtime executable to read such input data from the ``myinput.csv``
0 commit comments