Click or drag to resize

CoSimulatorBaseStep Method

Called to advance the simulator by step.

Namespace: Demo3D.Time.CoSimulation
Assembly: Demo3D.Time (in Demo3D.Time.dll) Version: 19.00.00
Syntax
C#
public abstract CoSimulatorAction Step(
	ModelTime stepBeginTime,
	ModelTime step
)

Parameters

stepBeginTime  ModelTime
The time that this step begins.
step  ModelTime
The step size to advance the simulation. (May be zero.)

Return Value

CoSimulatorAction
Returns an action for the co-simulation master to apply.

Implements

ICoSimulatorStep(ModelTime, ModelTime)
See Also