StateInfo

class cee.ug.StateInfo()

Information about a data state

States are uniquely identified by the id.


Properties

cee.ug.StateInfo.displacementResultIdArr

Defines which scalar results are available in this state. Empty = all results are available.

cee.ug.StateInfo.id

The id of the state. This id is used in ModelSpec.stateIdArray to specify which state(s) to show. Ids are >= 0.

cee.ug.StateInfo.name

The name of the state

cee.ug.StateInfo.referenceValue

The reference value of the state. Often simulation time, but can also be frequency for frequency domain simulations.

cee.ug.StateInfo.scalarResultIdArr

Defines which scalar results are available in this state. Empty = all results are available.

cee.ug.StateInfo.vectorResultIdArr

Defines which scalar results are available in this state. Empty = all results are available.