pyicat_plus.metadata.definitions.IcatNodeId#
- class pyicat_plus.metadata.definitions.IcatNodeId(iterable=None)[source]#
Bases:
SequenceIdentifier of an item in the ICAT metadata tree.
- Parameters:
iterable (
Union[str,Iterable[str],None])
- count(value) integer -- return number of occurrences of value#
- 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.