component_model.variable¶
Classes
|
Flags to denote how variables should be checked with respect to units and range. |
|
Helper class to store and manage units and display units, i.e. base unit of variable and unit differences 'outside' and 'inside' the model. |
|
Interface variable of an FMU. |
Exceptions
Special error indicating that something is wrong with the variable definition. |
|
Special Exception class signalling that a value is not within the range. |
|
Special Exception class signalling that variable use was not in accordance with settings. |
- exception component_model.variable.VariableInitError¶
Special error indicating that something is wrong with the variable definition.
- exception component_model.variable.VariableRangeError¶
Special Exception class signalling that a value is not within the range.
- exception component_model.variable.VariableUseError¶
Special Exception class signalling that variable use was not in accordance with settings.