Click or drag to resize

InstanceGetShiftFraction Method

Get shift fraction for clock variables.

Namespace: Emulate3D.FMI.V3
Assembly: Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 19.00.00
Syntax
C#
public Status GetShiftFraction(
	IVariable[] variables,
	out ulong[] counters,
	out ulong[] resolutions
)

Parameters

variables  IVariable
Clock variables.
counters  UInt64
Counters.
resolutions  UInt64
Resolutions.

Return Value

Status
Status flag.
See Also