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

Method get_node

opcua/server/server.py:382–386  ·  view source on GitHub ↗

Get a specific node using NodeId object or a string representing a NodeId

(self, nodeid)

Source from the content-addressed store, hash-verified

380 return self.get_node(ua.FourByteNodeId(ua.ObjectIds.Server))
381
382 def get_node(self, nodeid):
383 """
384 Get a specific node using NodeId object or a string representing a NodeId
385 """
386 return Node(self.iserver.isession, nodeid)
387
388 def create_subscription(self, period, handler):
389 """

Callers 9

__init__Method · 0.95
set_application_uriMethod · 0.95
set_build_infoMethod · 0.95
get_root_nodeMethod · 0.95
get_objects_nodeMethod · 0.95
get_server_nodeMethod · 0.95
get_namespace_arrayMethod · 0.95
register_namespaceMethod · 0.95
runTestMethod · 0.95

Calls 1

NodeClass · 0.90

Tested by 1

runTestMethod · 0.76