Click or drag to resize

ModelStructureContinuousStateDerivatives Property

Ordered list of value references of all derivatives of continuous states. The order defined by this list defines the order of the elements for continuous state functions.

Namespace: Emulate3D.FMI.V3.Description
Assembly: Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 19.00.00
Syntax
C#
public IReadOnlyList<ContinuousStateDerivative> ContinuousStateDerivatives { get; }

Property Value

IReadOnlyListContinuousStateDerivative
See Also