JplSpeciesInfo ############## .. currentmodule:: pyarts3.arts .. autoclass:: JplSpeciesInfo .. rubric:: Overview .. list-table:: * - Method - :func:`~pyarts3.arts.JplSpeciesInfo.readxml` - Read variable from file. * - Method - :func:`~pyarts3.arts.JplSpeciesInfo.savexml` - Saves variable to file. * - Static Method - :func:`~pyarts3.arts.JplSpeciesInfo.fromxml` - Create variable from file. * - :class:`float` - :attr:`~pyarts3.arts.JplSpeciesInfo.QT0` - The partition function at the reference temperature * - :class:`float` - :attr:`~pyarts3.arts.JplSpeciesInfo.T0` - The reference temperature * - :class:`bool` - :attr:`~pyarts3.arts.JplSpeciesInfo.has_qn` - The JPL species index * - :class:`int` - :attr:`~pyarts3.arts.JplSpeciesInfo.id` - The JPL species ID * - :class:`~pyarts3.arts.SpeciesIsotope` - :attr:`~pyarts3.arts.JplSpeciesInfo.spec` - The species * - Operator - :func:`~pyarts3.arts.JplSpeciesInfo.__eq__` - Return self==value. * - Operator - :func:`~pyarts3.arts.JplSpeciesInfo.__format__` - __format__(self, arg: str, /) -> str * - Operator - :func:`~pyarts3.arts.JplSpeciesInfo.__ge__` - Return self>=value. * - Operator - :func:`~pyarts3.arts.JplSpeciesInfo.__gt__` - Return self>value. * - Operator - :func:`~pyarts3.arts.JplSpeciesInfo.__hash__` - Return hash(self). * - Operator - :func:`~pyarts3.arts.JplSpeciesInfo.__init__` - __init__(self, arg: pyarts3.arts.JplSpeciesInfo) -> None * - Operator - :func:`~pyarts3.arts.JplSpeciesInfo.__le__` - Return self<=value. * - Operator - :func:`~pyarts3.arts.JplSpeciesInfo.__lt__` - Return self str * - Operator - :func:`~pyarts3.arts.JplSpeciesInfo.__str__` - __str__(self) -> str .. rubric:: Constructors .. automethod:: __init__ :noindex: .. rubric:: Methods .. automethod:: JplSpeciesInfo.readxml .. automethod:: JplSpeciesInfo.savexml .. rubric:: Static Methods .. automethod:: JplSpeciesInfo.fromxml .. rubric:: Attributes .. attribute:: JplSpeciesInfo.QT0 :type: float The partition function at the reference temperature .. :class:`float` .. attribute:: JplSpeciesInfo.T0 :type: float The reference temperature .. :class:`float` .. attribute:: JplSpeciesInfo.has_qn :type: bool The JPL species index .. :class:`bool` .. attribute:: JplSpeciesInfo.id :type: int The JPL species ID .. :class:`int` .. attribute:: JplSpeciesInfo.spec :type: ~pyarts3.arts.SpeciesIsotope The species .. :class:`~pyarts3.arts.SpeciesIsotope .. rubric:: Operators .. automethod:: JplSpeciesInfo.__eq__ .. automethod:: JplSpeciesInfo.__format__ .. automethod:: JplSpeciesInfo.__ge__ .. automethod:: JplSpeciesInfo.__gt__ .. automethod:: JplSpeciesInfo.__hash__ .. automethod:: JplSpeciesInfo.__init__ .. automethod:: JplSpeciesInfo.__le__ .. automethod:: JplSpeciesInfo.__lt__ .. automethod:: JplSpeciesInfo.__ne__ .. automethod:: JplSpeciesInfo.__repr__ .. automethod:: JplSpeciesInfo.__str__