class documentation

class RemoteLockDTO(RemoteUaObjectDTO):

View In Hierarchy

Data transfer object for a RemoteLock.

Class Variable is_locked Whether the lock is locked or not.
Class Variable locked_since Timestamp the lock is locked since. Is None when unlocked.
Class Variable locking_client Client info of the locking user.
Class Variable locking_user Username of the locking user.

Inherited from RemoteUaObjectDTO:

Class Variable name Undocumented
Class Variable path Undocumented
Class Variable ua_node_id OPC UA node ID as string, e.g. ns=1;s=DummyMachine
Class Variable ua_type Undocumented
is_locked: bool =

Whether the lock is locked or not.

locked_since: datetime | None =

Timestamp the lock is locked since. Is None when unlocked.

locking_client: str =

Client info of the locking user.

locking_user: str =

Username of the locking user.