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

Method add_variable

opcua/common/node.py:663–664  ·  view source on GitHub ↗
(self, nodeid, bname, val, varianttype=None, datatype=None)

Source from the content-addressed store, hash-verified

661 return opcua.common.manage_nodes.create_object(self, nodeid, bname, objecttype)
662
663 def add_variable(self, nodeid, bname, val, varianttype=None, datatype=None):
664 return opcua.common.manage_nodes.create_variable(self, nodeid, bname, val, varianttype, datatype)
665
666 def add_object_type(self, nodeid, bname):
667 return opcua.common.manage_nodes.create_object_type(self, nodeid, bname)

Calls

no outgoing calls