class documentation
class BaseUnit(Enum):
Constructors: BaseUnit.from_symbol(symbol), BaseUnit.from_ua_unit_id(ua_unit_id)
Base class for all autogenerated units, see Unit.
| Class Method | from |
Return the unique unit corresponding to given symbol. |
| Class Method | from |
Return the unique unit corresponding to given OPC UA unit ID. |
| Method | __repr__ |
Descriptive string representation of the Unit. |
| Method | __str__ |
Symbol of the Unit. |
| Property | symbol |
Symbol of the Unit, e.g. cm for centimeters. |
| Property | ua |
Return the OPC UA EU information. |
| Property | ua |
OPC UA Unit ID for the unit. |