• 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 RelativePath

    @example:

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