pyicat_plus.metadata.definitions.IcatNodeId#

class pyicat_plus.metadata.definitions.IcatNodeId(iterable=None)[source]#

Bases: Sequence

Identifier of an item in the ICAT metadata tree.

Parameters:

iterable (Union[str, Iterable[str], None])

count(value) integer -- return number of occurrences of value#
endswith(suffix)[source]#
Parameters:

suffix (Union[str, Iterable[str]])

index(value[, start[, stop]]) integer -- return first index of value.#

Raises ValueError if the value is not present.

Supporting start and stop arguments is optional, but recommended.