Skip to content

Commit 85d8b58

Browse files
Benedikt MenneBenedikt Menne
authored andcommitted
Fixed communicationTimeStep wording
1 parent 4dd97ee commit 85d8b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/4____network_abstraction.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ The network topology is shown on the left part and the corresponding data flow o
229229
In this example FMU 1 and FMU 2 are communicating via a Bus Simulation.
230230
Each of them have a <<low-cut-bus-terminal, Bus Terminal>> where the specified Bus Operations are exchanged.
231231
Within the first communication point (first black dot), FMU 1 announces the time point when it wants to transmit data by setting the interval and the interval qualifier of the `countdown` `Tx_Clock`.
232-
The importer will then call the `fmi3DoStep` functions of the FMUs with a corresponding communicationTimeStep to hit the requested time point (first red dot).
232+
The importer will then call the `fmi3DoStep` functions of the FMUs with a corresponding communication step size to hit the requested time point (first red dot).
233233
In the `Event Mode` the Bus Operation (the clocked binary variable) is then passed from FMU 1 to the Bus Simulation.
234234
The Bus Simulation itself also uses a `countdown` `Tx_Clock` and announces a point in the future at which the Bus Operation should be transmitted to FMU 2.
235235
The interval provided by the Bus Simulation might consider effects of the bus like the actual transmission time, but the interval could even be zero in case of an ideal bus abstraction.

0 commit comments

Comments
 (0)