SpeciesIsotopologueInfo ####################### .. currentmodule:: pyarts3.arts .. autoclass:: SpeciesIsotopologueInfo .. rubric:: Overview .. list-table:: * - Method - :func:`~pyarts3.arts.SpeciesIsotopologueInfo.readxml` - Read variable from file. * - Method - :func:`~pyarts3.arts.SpeciesIsotopologueInfo.savexml` - Saves variable to file. * - Static Method - :func:`~pyarts3.arts.SpeciesIsotopologueInfo.fromxml` - Create variable from file. * - :class:`str` - :attr:`~pyarts3.arts.SpeciesIsotopologueInfo.code` - The key of the isotopologue (e.g., in H2O-161, this is '161') * - :class:`float` - :attr:`~pyarts3.arts.SpeciesIsotopologueInfo.default_ratio` - The built-in isotopologue ratio * - :class:`int` - :attr:`~pyarts3.arts.SpeciesIsotopologueInfo.degeneracy` - The degeneracy of the isotopologue models * - :class:`float` - :attr:`~pyarts3.arts.SpeciesIsotopologueInfo.mass` - The mass of the species in atomic units * - :class:`str` - :attr:`~pyarts3.arts.SpeciesIsotopologueInfo.species` - The Species key of the isotopologue (e.g., in H2O-161, this is 'H2O') * - Operator - :func:`~pyarts3.arts.SpeciesIsotopologueInfo.__eq__` - __eq__(self, arg: pyarts3.arts.SpeciesIsotopologueInfo, /) -> bool * - Operator - :func:`~pyarts3.arts.SpeciesIsotopologueInfo.__format__` - __format__(self, arg: str, /) -> str * - Operator - :func:`~pyarts3.arts.SpeciesIsotopologueInfo.__ge__` - __ge__(self, arg: pyarts3.arts.SpeciesIsotopologueInfo, /) -> bool * - Operator - :func:`~pyarts3.arts.SpeciesIsotopologueInfo.__gt__` - __gt__(self, arg: pyarts3.arts.SpeciesIsotopologueInfo, /) -> bool * - Operator - :func:`~pyarts3.arts.SpeciesIsotopologueInfo.__hash__` - __hash__(self) -> int * - Operator - :func:`~pyarts3.arts.SpeciesIsotopologueInfo.__init__` - __init__(self, arg: pyarts3.arts.SpeciesIsotopologueInfo) -> None * - Operator - :func:`~pyarts3.arts.SpeciesIsotopologueInfo.__le__` - __le__(self, arg: pyarts3.arts.SpeciesIsotopologueInfo, /) -> bool * - Operator - :func:`~pyarts3.arts.SpeciesIsotopologueInfo.__lt__` - __lt__(self, arg: pyarts3.arts.SpeciesIsotopologueInfo, /) -> bool * - Operator - :func:`~pyarts3.arts.SpeciesIsotopologueInfo.__ne__` - __ne__(self, arg: pyarts3.arts.SpeciesIsotopologueInfo, /) -> bool * - Operator - :func:`~pyarts3.arts.SpeciesIsotopologueInfo.__repr__` - __repr__(self) -> str * - Operator - :func:`~pyarts3.arts.SpeciesIsotopologueInfo.__str__` - __str__(self) -> str .. rubric:: Constructors .. automethod:: __init__ :noindex: .. rubric:: Methods .. automethod:: SpeciesIsotopologueInfo.readxml .. automethod:: SpeciesIsotopologueInfo.savexml .. rubric:: Static Methods .. automethod:: SpeciesIsotopologueInfo.fromxml .. rubric:: Attributes .. attribute:: SpeciesIsotopologueInfo.code :type: str The key of the isotopologue (e.g., in H2O-161, this is '161') .. :class:`str` .. attribute:: SpeciesIsotopologueInfo.default_ratio :type: float The built-in isotopologue ratio .. :class:`float` .. attribute:: SpeciesIsotopologueInfo.degeneracy :type: int The degeneracy of the isotopologue models .. :class:`int` .. attribute:: SpeciesIsotopologueInfo.mass :type: float The mass of the species in atomic units .. :class:`float` .. attribute:: SpeciesIsotopologueInfo.species :type: str The Species key of the isotopologue (e.g., in H2O-161, this is 'H2O') .. :class:`str` .. rubric:: Operators .. automethod:: SpeciesIsotopologueInfo.__eq__ .. automethod:: SpeciesIsotopologueInfo.__format__ .. automethod:: SpeciesIsotopologueInfo.__ge__ .. automethod:: SpeciesIsotopologueInfo.__gt__ .. automethod:: SpeciesIsotopologueInfo.__hash__ .. automethod:: SpeciesIsotopologueInfo.__init__ .. automethod:: SpeciesIsotopologueInfo.__le__ .. automethod:: SpeciesIsotopologueInfo.__lt__ .. automethod:: SpeciesIsotopologueInfo.__ne__ .. automethod:: SpeciesIsotopologueInfo.__repr__ .. automethod:: SpeciesIsotopologueInfo.__str__