class documentation

Container of identification RemoteVariable for RemoteComponent, RemoteMachine, etc.

Method __init__ Create a new instance. Must be asynchronously initialized with init() before use.

Inherited from RemoteVariableContainer:

Method __contains__ Whether a variable with given name exists in this container.
Method __getitem__ Get a RemoteVariable by the given name.
Method __iter__ Iterate over all contained RemoteVariable.
Method __len__ Return the number of contained RemoteVariable.
Method dto Return the data transfer object.
Async Method read_all Read all contained variables.
Async Method write_all Write all given values to the corresponding variables.
Async Method _browse_variable Undocumented
Async Method _init Discover our remote variables.
Instance Variable _variables Undocumented
def __init__(self, *, parent: _ParentType, server: RemoteServer): ΒΆ

Create a new instance. Must be asynchronously initialized with init() before use.