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

Method get_display_name

opcua/common/node.py:81–86  ·  view source on GitHub ↗

get description attribute of node

(self)

Source from the content-addressed store, hash-verified

79 return result.Value.Value
80
81 def get_display_name(self):
82 """
83 get description attribute of node
84 """
85 result = self.get_attribute(ua.AttributeIds.DisplayName)
86 return result.Value.Value
87
88 def get_data_type(self):
89 """

Callers 5

_get_event_fieldsMethod · 0.80
_add_node_commonMethod · 0.80
test_rootMethod · 0.80

Calls 1

get_attributeMethod · 0.95

Tested by 3

test_rootMethod · 0.64