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

Method get_namespace_array

opcua/client/client.py:581–583  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

579 return subscription.reconciliate(monitored_items)
580
581 def get_namespace_array(self):
582 ns_node = self.get_node(ua.NodeId(ua.ObjectIds.Server_NamespaceArray))
583 return ns_node.get_value()
584
585 def get_namespace_index(self, uri):
586 uries = self.get_namespace_array()

Callers 6

get_namespace_indexMethod · 0.95
get_nodes_of_namespaceFunction · 0.45
_add_namespacesMethod · 0.45
test_use_namespaceMethod · 0.45
test_xml_nsMethod · 0.45

Calls 2

get_nodeMethod · 0.95
get_valueMethod · 0.80

Tested by 3

test_use_namespaceMethod · 0.36
test_xml_nsMethod · 0.36