⚠️ You are reading documentation for an OLD version (v0.1.0). The current released version is v2.173.1. View latest documentation →

APIs

Show:

Methods

constructBrowsePathFromQualifiedName

(
  • startingNode
  • browsePath
)
Number | | BrowsePath

Parameters:

  • startingNode Object
  • browsePath Object

Returns:

Number | | BrowsePath:

makeRelativePath

(
  • str
  • addressSpace
)
RelativePath

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:

Returns:

Example:

:

 var relativePath = makeRelativePath("/Server.ServerStatus.CurrentTime");