raw_path_to_node#

NodeTree.raw_path_to_node(raw_path: str) Node[source]#

Converts a raw node path string into a Node object.

The function does not check if the node exists, but if the node exist the returned node does correspond also to that node.

Parameters:

raw_path (str) – Raw node path (e.g. /dev1234/relative/path/to/node).

Returns:

The corresponding node object linked to this nodetree.

Return type:

Node