Skip to content

Commit

Permalink
Discrete changes (#1718)
Browse files Browse the repository at this point in the history
* Clarify changes of discrete variables

* Remove double verb
  • Loading branch information
andreas-junghanns authored Mar 15, 2022
1 parent 24c01f2 commit 9dbf53e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/2_4_common_schema.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,8 @@ A <<parameter>> with <<variability>> = <<tunable>> may be changed only in <<Even
`= discrete`:

* Model Exchange: The value of the variable may change only in <<EventMode>>.
* Co-Simulation: The value may change at communication points and in <<EventMode>>, if supported.
* Co-Simulation: If <<EventMode>> is used (see <<eventModeUsed>>), the value of the variable may only change in <<EventMode>>.
If <<EventMode>> is not used, the value may change at communication points and the FMU must detect and handle such events internally.
During <<IntermediateUpdateMode>>, <<discrete>> variables are not allowed to change.
* Scheduled Execution: The value may change only at communication points.

Expand Down

0 comments on commit 9dbf53e

Please sign in to comment.