SpeciesTag ########## .. currentmodule:: pyarts.arts .. autoclass:: SpeciesTag .. rubric:: Overview .. list-table:: * - Method - :func:`~pyarts.arts.SpeciesTag.partfun` - Compute the partition function at a given temperature * - Method - :func:`~pyarts.arts.SpeciesTag.readxml` - Read variable from file * - Method - :func:`~pyarts.arts.SpeciesTag.savexml` - Saves variable to file * - Static Method - :func:`~pyarts.arts.SpeciesTag.fromxml` - Create variable from file * - Attribute - :attr:`~pyarts.arts.SpeciesTag.cia_2nd_species` - :class:`~pyarts.arts.Species` CIA species * - Attribute - :attr:`~pyarts.arts.SpeciesTag.full_name` - :class:`~pyarts.arts.String` The full name * - Attribute - :attr:`~pyarts.arts.SpeciesTag.spec_ind` - :class:`int` Species index * - Attribute - :attr:`~pyarts.arts.SpeciesTag.type` - :class:`~pyarts.arts.SpeciesTagType` Type of tag * - Operator - :func:`~pyarts.arts.SpeciesTag.__eq__` - __eq__(self, arg: pyarts.arts.SpeciesTag, /) -> bool * - Operator - :func:`~pyarts.arts.SpeciesTag.__format__` - __format__(self, arg: str, /) -> str * - Operator - :func:`~pyarts.arts.SpeciesTag.__ge__` - Return self>=value. * - Operator - :func:`~pyarts.arts.SpeciesTag.__getstate__` - __getstate__(self) -> tuple[int, pyarts.arts.SpeciesTagType, pyarts.arts.SpeciesEnum] * - Operator - :func:`~pyarts.arts.SpeciesTag.__gt__` - Return self>value. * - Operator - :func:`~pyarts.arts.SpeciesTag.__hash__` - Return hash(self). * - Operator - :func:`~pyarts.arts.SpeciesTag.__init__` - __init__(self, arg: str, /) -> None * - Operator - :func:`~pyarts.arts.SpeciesTag.__le__` - Return self<=value. * - Operator - :func:`~pyarts.arts.SpeciesTag.__lt__` - Return self str * - Operator - :func:`~pyarts.arts.SpeciesTag.__setstate__` - __setstate__(self, arg: tuple[int, pyarts.arts.SpeciesTagType, pyarts.arts.SpeciesEnum], /) -> None * - Operator - :func:`~pyarts.arts.SpeciesTag.__str__` - __str__(self) -> str .. rubric:: Constructors .. automethod:: __init__ :noindex: .. rubric:: Methods .. automethod:: SpeciesTag.partfun .. automethod:: SpeciesTag.readxml .. automethod:: SpeciesTag.savexml .. rubric:: Static Methods .. automethod:: SpeciesTag.fromxml .. rubric:: Attributes .. autoattribute:: SpeciesTag.cia_2nd_species .. autoattribute:: SpeciesTag.full_name .. autoattribute:: SpeciesTag.spec_ind .. autoattribute:: SpeciesTag.type .. rubric:: Operators .. automethod:: SpeciesTag.__eq__ .. automethod:: SpeciesTag.__format__ .. automethod:: SpeciesTag.__ge__ .. automethod:: SpeciesTag.__getstate__ .. automethod:: SpeciesTag.__gt__ .. automethod:: SpeciesTag.__hash__ .. automethod:: SpeciesTag.__init__ .. automethod:: SpeciesTag.__le__ .. automethod:: SpeciesTag.__lt__ .. automethod:: SpeciesTag.__ne__ .. automethod:: SpeciesTag.__repr__ .. automethod:: SpeciesTag.__setstate__ .. automethod:: SpeciesTag.__str__