Model |
[TypeConverterAttribute(typeof(ExpandableObjectConverter))] public sealed class ModelStructure : ElementBase
The ModelStructure type exposes the following members.
| Name | Description | |
|---|---|---|
| ClockedStates | A ClockedStates is part of the discrete state of a model partition and represented by a clocked variable. | |
| ContinuousStateDerivatives | 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. | |
| EventIndicators | An ordered list of value references where every referenced variable must be an event indicator. | |
| InitialUnknown | Ordered list of all exposed unknowns in initialization mode. | |
| Outputs | Ordered list of all outputs, in other words, a list of value references where every corresponding variable must have causality = output (and every variable with causality = output must be listed here). |