Variables | |
tuple | client = Client("opc.tcp://localhost:4840/freeopcua/server/") |
tuple | myvar = root.get_child(["0:Objects", "2:MyObject", "2:MyVariable"]) |
tuple | obj = root.get_child(["0:Objects", "2:MyObject"]) |
tuple | root = client.get_root_node() |
tuple client-minimal::client = Client("opc.tcp://localhost:4840/freeopcua/server/") |
Definition at line 10 of file client-minimal.py.
tuple client-minimal::myvar = root.get_child(["0:Objects", "2:MyObject", "2:MyVariable"]) |
Definition at line 32 of file client-minimal.py.
tuple client-minimal::obj = root.get_child(["0:Objects", "2:MyObject"]) |
Definition at line 33 of file client-minimal.py.
tuple client-minimal::root = client.get_root_node() |
Definition at line 16 of file client-minimal.py.