ToolBrowsePath Class
Module: opcua.miscellaneous
Item Index
Methods
constructBrowsePathFromQualifiedName
(
Number | | BrowsePath
-
startingNode
-
browsePath
Parameters:
-
startingNode
Object -
browsePath
Object
Returns:
Number | | BrowsePath:
makeRelativePath
(
RelativePath
-
str
-
addressSpace
construct a RelativePath from a string containing the relative path description. The string must comply to the OPCUA BNF for RelativePath ( see part 4 - Annexe A)
Parameters:
-
str
String -
addressSpace
AddressSpace
Returns:
Example:
:
var relativePath = makeRelativePath("/Server.ServerStatus.CurrentTime");