Click or drag to resize

InstanceSetIntervalDecimal Method

Set interval decimal for clock variables.

Namespace: Emulate3D.FMI.V3
Assembly: Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 19.00.00
Syntax
C#
public Status SetIntervalDecimal(
	IVariable[] variables,
	double[] intervals
)

Parameters

variables  IVariable
Clock variables.
intervals  Double
Intervals

Return Value

Status
Status flag.
See Also