MCPcopy Create free account
hub / github.com/FreeOpcUa/python-opcua / get_node

Method get_node

opcua/client/client.py:534–538  ·  view source on GitHub ↗

Get node using NodeId object or a string representing a NodeId

(self, nodeid)

Source from the content-addressed store, hash-verified

532 return self.get_node(ua.FourByteNodeId(ua.ObjectIds.Server))
533
534 def get_node(self, nodeid):
535 """
536 Get node using NodeId object or a string representing a NodeId
537 """
538 return Node(self.uaclient, nodeid)
539
540 def create_subscription(self, period, handler):
541 """

Callers 15

get_root_nodeMethod · 0.95
get_objects_nodeMethod · 0.95
get_server_nodeMethod · 0.95
get_namespace_arrayMethod · 0.95
register_namespaceMethod · 0.95
get_nodeFunction · 0.45
runMethod · 0.45
get_nodes_of_namespaceFunction · 0.45
_add_ref_elsMethod · 0.45
_value_to_etreeMethod · 0.45

Calls 1

NodeClass · 0.90