Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeOpcUa/python-opcua
/ get_server_node
Method
get_server_node
opcua/client/client.py:531–532 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
529
return
self.get_node(ua.TwoByteNodeId(ua.ObjectIds.ObjectsFolder))
530
531
def
get_server_node(self):
532
return
self.get_node(ua.FourByteNodeId(ua.ObjectIds.Server))
533
534
def
get_node(self, nodeid):
535
""
"
Callers
5
test_get_server_node
Method · 0.45
test_events_default
Method · 0.45
test_events_CustomEvent
Method · 0.45
check_eventgenerator_SourceServer
Function · 0.45
test_server_node
Method · 0.45
Calls
1
get_node
Method · 0.95
Tested by
5
test_get_server_node
Method · 0.36
test_events_default
Method · 0.36
test_events_CustomEvent
Method · 0.36
check_eventgenerator_SourceServer
Function · 0.36
test_server_node
Method · 0.36