Skip to content

Commit

Permalink
Add tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt Menne authored and Benedikt Menne committed Dec 20, 2024
1 parent 48643e3 commit 6fe8862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/4____network_abstraction.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ h|Clock properties h|intervalVariability h|Description
|`aperiodic`|`countdown`|The Bus Communication Point interval must be provided in `Initialization Mode` and can be changed in every `Event Mode`.
|====

Network FMUs using a `time-based` `Tx_Clock` variable should set the Co-Simulation attribute `canHandleVariableCommunicationStepSize = "true"` inthe model description file, since `fmi3DoStep` is typically called with variable `communicationStepSize`.
Network FMUs using a `time-based` `Tx_Clock` variable should set the Co-Simulation attribute `canHandleVariableCommunicationStepSize = "true"` in the model description file, since `fmi3DoStep` is typically called with variable `communicationStepSize`.

===== Triggered Tx Clock Variables [[low-cut-tx-triggered-clock-variables]]
A `triggered` Clock basically allows to signal events when returning from `fmi3DoStep` either by using an `Early Return` or when the requested communication point at latexmath:[t_{i+1}] was reached.
Expand Down

0 comments on commit 6fe8862

Please sign in to comment.