component_model.variable

Classes

Check(*values)

Flags to denote how variables should be checked with respect to units and range.

Unit()

Helper class to store and manage units and display units, i.e. base unit of variable and unit differences 'outside' and 'inside' the model.

Variable(model, name[, description, ...])

Interface variable of an FMU.

Exceptions

VariableInitError

Special error indicating that something is wrong with the variable definition.

VariableRangeError

Special Exception class signalling that a value is not within the range.

VariableUseError

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.