Click or drag to resize

IntermediateUpdateArgs Properties

The InstanceIntermediateUpdateArgs type exposes the following members.

Properties
  NameDescription
Public propertyCanReturnEarly
Public propertyEarlyReturnRequested
Public propertyEarlyReturnTime
Public propertyIntermediateStepFinished
If false, the intermediate output values of the FMU that the importer inquires with get functions resulting from tentative internal solver states may still change for the same intermediateUpdateTime. If true, intermediate output values inquired by the importer with get functions correspond to accepted internal solver steps.
Public propertyIntermediateUpdateTime
The internal value of the independent variable (typically simulation time) of the FMU at which the callback has been called.
Public propertyIntermediateVariableGetAllowed
If true, the importer may obtain intermediate output values by calling the corresponding get functions for variables with intermediateUpdate = true.
Public propertyIntermediateVariableSetRequested
If true, the importer may provide intermediate values for continuous input variables with intermediateUpdate = true by calling the corresponding set functions.
Top
See Also