Classes | |
class | SubHandler |
Variables | |
client = opcua.Client(True) | |
evhandle = sub.subscribe_events() | |
handle = sub.subscribe_data_change(myvar) | |
myvar = root.get_child(["0:Objects", "2:NewObject", "2:MyVariable"]) | |
o = client.get_objects_node() | |
root = client.get_root_node() | |
sclt = SubHandler() | |
sub = client.create_subscription(100, sclt) | |
inductive_client.client = opcua.Client(True) |
Definition at line 24 of file inductive_client.py.
inductive_client.evhandle = sub.subscribe_events() |
Definition at line 43 of file inductive_client.py.
inductive_client.handle = sub.subscribe_data_change(myvar) |
Definition at line 41 of file inductive_client.py.
inductive_client.myvar = root.get_child(["0:Objects", "2:NewObject", "2:MyVariable"]) |
Definition at line 36 of file inductive_client.py.
inductive_client.o = client.get_objects_node() |
Definition at line 34 of file inductive_client.py.
inductive_client.root = client.get_root_node() |
Definition at line 30 of file inductive_client.py.
inductive_client.sclt = SubHandler() |
Definition at line 39 of file inductive_client.py.
inductive_client.sub = client.create_subscription(100, sclt) |
Definition at line 40 of file inductive_client.py.