class documentation
class RemoteVariableDTO(RemoteUaObjectDTO):
Data transfer object for a RemoteVariable.
| Class Variable | is |
Whether the variable is writable or read-only. |
| Class Variable | range |
Optional. Low/High. Restricts range of valid values for value. |
| Class Variable | timestamp |
Timestamp of the last value change. Exists most of the time. |
| Class Variable | ua |
Undocumented |
| Class Variable | ua |
OPC UA value rank (-1 for Scalar, 0 for "1 or more", >=1 exact dimension). |
| Class Variable | unit |
Optional. Symbol of a unit, e.g. 'm' for meters. |
| Class Variable | valid |
Optional. Mapping of value (int) / node id (str) -> human-readable name. Restricts value. |
| Class Variable | value |
Value of the variable. |
Inherited from RemoteUaObjectDTO:
| Class Variable | name |
Undocumented |
| Class Variable | path |
Undocumented |
| Class Variable | ua |
OPC UA node ID as string, e.g. ns=1;s=DummyMachine |
| Class Variable | ua |
Undocumented |