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.V2
Assembly: Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 19.00.00
Syntax
C#
public double CurrentStep { get; }

Property Value

Double

Implements

IInstanceCurrentStep
See Also