SubsurfaceKey ############# .. currentmodule:: pyarts3.arts .. autoclass:: SubsurfaceKey .. rubric:: Overview .. list-table:: * - Method - :func:`~pyarts3.arts.SubsurfaceKey.readxml` - Read variable from file * - Method - :func:`~pyarts3.arts.SubsurfaceKey.savexml` - Saves variable to file * - Static Method - :func:`~pyarts3.arts.SubsurfaceKey.fromxml` - Create variable from file * - Static Method - :func:`~pyarts3.arts.SubsurfaceKey.get_options` - Get a list of all options * - Static Method - :func:`~pyarts3.arts.SubsurfaceKey.get_options_as_strings` - Get a list of all options as strings * - Static Data - ``pyarts3.arts.SubsurfaceKey.density`` - "rho" (:class:`~SubsurfaceKey`) * - Static Data - ``pyarts3.arts.SubsurfaceKey.rho`` - "rho" (:class:`~SubsurfaceKey`) * - Static Data - ``pyarts3.arts.SubsurfaceKey.t`` - "t" (:class:`~SubsurfaceKey`) * - Static Data - ``pyarts3.arts.SubsurfaceKey.temperature`` - "t" (:class:`~SubsurfaceKey`) * - Operator - :func:`~pyarts3.arts.SubsurfaceKey.__eq__` - `self == other` * - Operator - :func:`~pyarts3.arts.SubsurfaceKey.__format__` - Default object formatter. * - Operator - :func:`~pyarts3.arts.SubsurfaceKey.__ge__` - `self >= other` * - Operator - :func:`~pyarts3.arts.SubsurfaceKey.__getstate__` - __getstate__(self) -> tuple[str] * - Operator - :func:`~pyarts3.arts.SubsurfaceKey.__gt__` - `self > other` * - Operator - :func:`~pyarts3.arts.SubsurfaceKey.__hash__` - Allows hashing * - Operator - :func:`~pyarts3.arts.SubsurfaceKey.__init__` - __init__(self, arg: str, /) -> None * - Operator - :func:`~pyarts3.arts.SubsurfaceKey.__le__` - `self <= other` * - Operator - :func:`~pyarts3.arts.SubsurfaceKey.__lt__` - `self < other` * - Operator - :func:`~pyarts3.arts.SubsurfaceKey.__ne__` - `self != other` * - Operator - :func:`~pyarts3.arts.SubsurfaceKey.__repr__` - __repr__(self) -> str * - Operator - :func:`~pyarts3.arts.SubsurfaceKey.__setstate__` - __setstate__(self, arg: tuple[str], /) -> None * - Operator - :func:`~pyarts3.arts.SubsurfaceKey.__str__` - __str__(self) -> str .. rubric:: Constructors .. automethod:: __init__ :noindex: .. rubric:: Methods .. automethod:: SubsurfaceKey.readxml .. automethod:: SubsurfaceKey.savexml .. rubric:: Static Methods .. automethod:: SubsurfaceKey.fromxml .. automethod:: SubsurfaceKey.get_options .. automethod:: SubsurfaceKey.get_options_as_strings .. rubric:: Operators .. automethod:: SubsurfaceKey.__eq__ .. automethod:: SubsurfaceKey.__format__ .. automethod:: SubsurfaceKey.__ge__ .. automethod:: SubsurfaceKey.__getstate__ .. automethod:: SubsurfaceKey.__gt__ .. automethod:: SubsurfaceKey.__hash__ .. automethod:: SubsurfaceKey.__init__ .. automethod:: SubsurfaceKey.__le__ .. automethod:: SubsurfaceKey.__lt__ .. automethod:: SubsurfaceKey.__ne__ .. automethod:: SubsurfaceKey.__repr__ .. automethod:: SubsurfaceKey.__setstate__ .. automethod:: SubsurfaceKey.__str__