Click or drag to resize

ArrayableVariableCanHandleMultipleSetPerTimeInstant Property

Only for variables with variability = "input". If false, then only one set function call is allowed at one super-dense time instant (model evaluation) on this variable.

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

Property Value

Type: Boolean
See Also