Skip to content

Commit

Permalink
Allow setting continuous states in Continuous Time Mode
Browse files Browse the repository at this point in the history
via fmi3SetFloat64()

fixes modelica#1952
  • Loading branch information
t-sommer committed Jun 6, 2024
1 parent 9db530f commit 48cf2a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/3_2_model_exchange_api.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ _[This allows limited simulation backward in time._
_As soon as an event occurs (<<fmi3EnterEventMode>> was called), going back in time is impossible, because <<fmi3EnterEventMode>> / <<fmi3UpdateDiscreteStates>> can only compute the next discrete state, not the previous one.]_

Function <<get-and-set-variable-values,`fmi3Set{VariableType}`>>::
Only for variables with <<causality>> = <<input>> and <<variability>> = <<continuous>>.
Only for variables with <<causality>> = <<input>> and <<variability>> = <<continuous>>, and <<state,continuous-time states>>.

Functions <<get-and-set-variable-values,`fmi3Get{VariableType}`>>::
Getting variables might trigger <<selective-computation,computations>>.
Expand Down

0 comments on commit 48cf2a4

Please sign in to comment.