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

Method get_node_class

opcua/common/node.py:134–139  ·  view source on GitHub ↗

get node class attribute of node

(self)

Source from the content-addressed store, hash-verified

132 self.set_attribute(ua.AttributeIds.EventNotifier, ua.DataValue(ua.Variant(event_notifier_bitfield, ua.VariantType.Byte)))
133
134 def get_node_class(self):
135 """
136 get node class attribute of node
137 """
138 result = self.get_attribute(ua.AttributeIds.NodeClass)
139 return result.Value.Value
140
141 def get_description(self):
142 """

Callers 10

node_to_etreeMethod · 0.80
_add_node_commonMethod · 0.80
check_custom_typeFunction · 0.80
test_copy_nodeMethod · 0.80
test_instantiate_1Method · 0.80
_test_xml_var_typeMethod · 0.80
writeMethod · 0.80

Calls 1

get_attributeMethod · 0.95