Main Content
findNodeByName
Find OPC UA server nodes by name
Syntax
Description
searches the descendants of foundNodes
= findNodeByName(nodeList
,nodeName
)nodeList
for all nodes whose
Name
property matches nodeName
. The search among all
nodes, including nodeList
, is not case sensitive.
finds nodes based on specified foundNodes
= findNodeByName(nodeList
,nodeName
,searchPreference
)searchPreferencce
.
This function might query the server for further descendants (children) of
nodeList
.