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