StateInfo
-
class
cee.ug.StateInfo() Information about a data state
States are uniquely identified by the id.
Properties
-
StateInfo.displacementResultIdArr Type: [number] Defines which scalar results are available in this state. Empty = all results are available.
-
StateInfo.id Type: number The id of the state. This id is used in
ModelSpec.stateIdArrayto specify which state(s) to show. Ids are >= 0.
-
StateInfo.name Type: string The name of the state
-
StateInfo.referenceValue Type: number The reference value of the state. Often simulation time, but can also be frequency for frequency domain simulations.
-
StateInfo.scalarResultIdArr Type: [number] Defines which scalar results are available in this state. Empty = all results are available.
-
StateInfo.vectorResultIdArr Type: [number] Defines which scalar results are available in this state. Empty = all results are available.