Skip to content

Commit af61c13

Browse files
authored
Fix CSV-File data input documentation (#9584)
Inputs are equal to their start values by default
1 parent 594d71b commit af61c13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/UsersGuide/source/omedit.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -676,8 +676,8 @@ will have a checkbox to plot them.
676676

677677
CSV-File Data Input
678678
~~~~~~~~~~~~~~~~~~~
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
681681
:ref:`-csvInput <simflag-csvInput>` simulation flag, that can be set in the *Additional Simulation Flags (Optional)* field of
682682
the Simulation Flags tab. For example, setting ``-csvInput=myinput.csv`` causes the runtime executable to read such input data from the ``myinput.csv``
683683
file.

0 commit comments

Comments
 (0)