Click or drag to resize

ModelDescriptionModelStructure Property

If non-null, defines the structure of the model. Especially, the ordered lists of outputs, continuous-time states and initial unknowns are defined here.

Namespace:  Emulate3D.FMI.V2.Description
Assembly:  Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 18.04.00
Syntax
C#
public ModelStructure? ModelStructure { get; }

Property Value

Type: ModelStructure
See Also