UserVariable#
- class UserVariable[source]#
Bases:
VariableClass representing a user-defined symbolic variable
Properties
- value: Any#
Get the value of the variable from the global context.
Additional Constructors
- in_units(new_unit=None)[source]#
Requesting the output of the variable to be in the given (new_unit) units.
Methods