Skip to content

Commit

Permalink
Allow setting continuous states in Event Mode if reinit = false
Browse files Browse the repository at this point in the history
fixes #1950
  • Loading branch information
t-sommer committed Jun 6, 2024
1 parent 9db530f commit 49282d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/2_3_common_states.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ a|
Allowed Function Calls::

Function <<get-and-set-variable-values,`fmi3Set{VariableType}`>>::
This function can be called for variables with <<causality,`causality = input`>> and for variables with <<causality,`causality = parameter`>> and <<variability, `variability = tunable`>>.
This function can be called for variables with <<causality>> = <<input>>, <<causality>> = <<parameter>> and <<variability>> = <<tunable>>, and <<reinit>> = `false`.

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

0 comments on commit 49282d5

Please sign in to comment.