Click or drag to resize

ModelStructure Class

Model structure.
Inheritance Hierarchy
SystemObject
  Emulate3D.FMIElementBase
    Emulate3D.FMI.V2.DescriptionModelStructure

Namespace:  Emulate3D.FMI.V2.Description
Assembly:  Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 18.04.00
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public sealed class ModelStructure : ElementBase

The ModelStructure type exposes the following members.

Properties
  NameDescription
Public propertyDerivatives
Ordered list of all exposed state derivatives (and therefore implicitly associated continuous-time states).
Public propertyInitialUnknowns
Ordered list of all exposed unknowns in initialization mode.
Public propertyOutputs
Ordered list of all outputs.
Top
See Also