ibex.core.utils.IMAS_URI

class ibex.core.utils.IMAS_URI(full_uri)

Bases: object

Helper class to extract arguments from imas uri

Methods

Attributes

full_uri

Full URI containing pulse file identifier, ids name and path to node

ids_name

ids name extracted from full URI

node_path

path to node extracted from full URI

occurrence

ids occurrence number extracted from full URI

uri_entry_identifiers

pulse file identifier extracted from full URI

uri_fragment

fragment part from full URI containing ids name and path to node

full_uri : str = ''

Full URI containing pulse file identifier, ids name and path to node

ids_name : str = ''

ids name extracted from full URI

node_path : str = ''

path to node extracted from full URI

occurrence : int = 0

ids occurrence number extracted from full URI

uri_entry_identifiers : str = ''

pulse file identifier extracted from full URI

uri_fragment : str = ''

fragment part from full URI containing ids name and path to node