ICoSimulatorGetStepSize Method |
Namespace: Demo3D.Time.CoSimulationAssembly: Demo3D.Time (in Demo3D.Time.dll) Version: 19.00.00
SyntaxModelTime GetStepSize(
ModelTime proposedStepSize
)
Parameters
- proposedStepSize ModelTime
- The proposed step size.
Return Value
ModelTimeA suitable step size.
Remarks
Always called in the simulation thread.
See Also