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

Method set_read_only

opcua/common/node.py:243–248  ·  view source on GitHub ↗

Set a node as read-only for clients. A node is always writable on server side.

(self)

Source from the content-addressed store, hash-verified

241 self.set_attribute(attr, val)
242
243 def set_read_only(self):
244 """
245 Set a node as read-only for clients.
246 A node is always writable on server side.
247 """
248 return self.set_writable(False)
249
250 def set_attribute(self, attributeid, datavalue):
251 """

Callers

nothing calls this directly

Calls 1

set_writableMethod · 0.95

Tested by

no test coverage detected