ToolBrowsePath Class
        
            Module: opcua.miscellaneous
Item Index
Methods
constructBrowsePathFromQualifiedName
                    
                            
                                (
                    
                            
                                Number |  | BrowsePath
                            
                    
                    
                    
                    
                    
                    
                    
                        
                    
                        - 
                                            
startingNode - 
                                            
browsePath 
Parameters:
- 
                                            
startingNodeObject - 
                                            
browsePathObject 
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:
- 
                                            
strString - 
                                            
addressSpaceAddressSpace 
Returns:
Example:
:
 var relativePath = makeRelativePath("/Server.ServerStatus.CurrentTime");
                    
                    
                                
            The NodeOPCUA API