InstanceSetIntervalDecimal Method |
Set interval decimal for clock variables.
Namespace:
Emulate3D.FMI.V3
Assembly:
Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 18.04.00
Syntaxpublic Status SetIntervalDecimal(
IVariable[] variables,
double[] intervals
)
Parameters
- variables
- Type: Emulate3D.FMIIVariable
Clock variables. - intervals
- Type: SystemDouble
Intervals
Return Value
Type:
StatusStatus flag.
See Also