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

Method get_description

opcua/common/node.py:141–146  ·  view source on GitHub ↗

get description attribute class of node

(self)

Source from the content-addressed store, hash-verified

139 return result.Value.Value
140
141 def get_description(self):
142 """
143 get description attribute class of node
144 """
145 result = self.get_attribute(ua.AttributeIds.Description)
146 return result.Value.Value
147
148 def get_value(self):
149 """

Callers 2

_add_node_commonMethod · 0.80

Calls 1

get_attributeMethod · 0.95

Tested by 1