Click or drag to resize

InstanceCurrentStep Property

The current communication step size in milliseconds. Updated after the step size has been calculated, but before the step is executed. -1 indicates no current step size.

Namespace:  Emulate3D.FMI.V3
Assembly:  Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 18.04.00
Syntax
C#
public double CurrentStep { get; }

Property Value

Type: Double

Implements

IInstanceCurrentStep
See Also