Classes | |
class | SubClient |
Variables | |
client = opcua.Client(True) | |
handle = sub.subscribe_data_change(myvar) | |
myvar = client.get_node(opcua.NodeId("ns=1;i=1001")) | |
root = client.get_root_node() | |
sclt = SubClient() | |
sub = client.create_subscription(100, sclt) | |
nodeopcuaclient.client = opcua.Client(True) |
Definition at line 19 of file nodeopcuaclient.py.
nodeopcuaclient.handle = sub.subscribe_data_change(myvar) |
Definition at line 36 of file nodeopcuaclient.py.
nodeopcuaclient.myvar = client.get_node(opcua.NodeId("ns=1;i=1001")) |
Definition at line 28 of file nodeopcuaclient.py.
nodeopcuaclient.root = client.get_root_node() |
Definition at line 23 of file nodeopcuaclient.py.
nodeopcuaclient.sclt = SubClient() |
Definition at line 34 of file nodeopcuaclient.py.
nodeopcuaclient.sub = client.create_subscription(100, sclt) |
Definition at line 35 of file nodeopcuaclient.py.