CurrentModule = ModiaResult
This chapter documents the abstract interface to access a result data structure.
| Functions | Description |
|---|---|
SignalType |
Predefined enumeration defining the supported signal types. |
rawSignal |
Return raw signal data given the signal name (required). |
signalNames |
Return all signal names (required). |
timeSignalName |
Return the name of the time signal (required). |
hasOneTimeSignal |
Return true if one time signal present (required). |
getSignalDetails |
Return details of signal data (optional). |
hasSignal |
Return true if signal name is known (optional). |
defaultHeading |
Return default heading as string (optional). |
SignalType
The following functions must be defined for a new result data structure.
rawSignal
signalNames
timeSignalName
hasOneTimeSignal
The following functions can be defined for a new result data structure. If they are not defined, a default implementation is used.
getSignalDetails
hasSignal
defaultHeading