cherab.imas.ids.common.IDSPathReferenceΒΆ

class cherab.imas.ids.common.IDSPathReference(ids_name: str, occurrence: int | None = None, idspath: str = '')SourceΒΆ

Bases: object

Representation of an IMAS same-document IDS path reference.

Methods

Attributes

ids_name

Referenced IDS name.

occurrence

Referenced IDS occurrence, if explicitly provided.

idspath

IDS path fragment that follows the referenced IDS name.

ids_name : strΒΆ

Referenced IDS name.

occurrence : int | NoneΒΆ

Referenced IDS occurrence, if explicitly provided.

idspath : strΒΆ

IDS path fragment that follows the referenced IDS name.