Go to the source code of this file.
Namespaces | |
client-minimal | |
Variables | |
client-minimal.client = Client("opc.tcp://localhost:4840/freeopcua/server/") | |
client-minimal.myvar = root.get_child(["0:Objects", "2:MyObject", "2:MyVariable"]) | |
client-minimal.obj = root.get_child(["0:Objects", "2:MyObject"]) | |
client-minimal.root = client.get_root_node() | |