NodeOPCUA API Documentation
    Preparing search index...

    Function makeRelativePath

    • construct a RelativePath from a string containing the relative path description. The string must comply to the OPCUA BNF for RelativePath ( see part 4 - Annex A)

      Parameters

      • str: string

        {String}

      • OptionaladdressSpace: any

        {AddressSpace}

      Returns RelativePathEx

      @example:

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