SubsurfacePropertyTag ##################### .. currentmodule:: pyarts3.arts .. autoclass:: SubsurfacePropertyTag .. rubric:: Overview .. list-table:: * - Method - :func:`~pyarts3.arts.SubsurfacePropertyTag.readxml` - Read variable from file. * - Method - :func:`~pyarts3.arts.SubsurfacePropertyTag.savexml` - Saves variable to file. * - Static Method - :func:`~pyarts3.arts.SubsurfacePropertyTag.fromxml` - Create variable from file. * - :class:`String` - :attr:`~pyarts3.arts.SubsurfacePropertyTag.name` - Name of the subsurface property * - Operator - :func:`~pyarts3.arts.SubsurfacePropertyTag.__eq__` - __eq__(self, arg: pyarts3.arts.SubsurfacePropertyTag, /) -> bool * - Operator - :func:`~pyarts3.arts.SubsurfacePropertyTag.__format__` - __format__(self, arg: str, /) -> str * - Operator - :func:`~pyarts3.arts.SubsurfacePropertyTag.__ge__` - __ge__(self, arg: pyarts3.arts.SubsurfacePropertyTag, /) -> bool * - Operator - :func:`~pyarts3.arts.SubsurfacePropertyTag.__getstate__` - Helper for pickle. * - Operator - :func:`~pyarts3.arts.SubsurfacePropertyTag.__gt__` - __gt__(self, arg: pyarts3.arts.SubsurfacePropertyTag, /) -> bool * - Operator - :func:`~pyarts3.arts.SubsurfacePropertyTag.__hash__` - Return hash(self). * - Operator - :func:`~pyarts3.arts.SubsurfacePropertyTag.__init__` - __init__(self, arg: pyarts3.arts.SubsurfacePropertyTag) -> None * - Operator - :func:`~pyarts3.arts.SubsurfacePropertyTag.__le__` - __le__(self, arg: pyarts3.arts.SubsurfacePropertyTag, /) -> bool * - Operator - :func:`~pyarts3.arts.SubsurfacePropertyTag.__lt__` - __lt__(self, arg: pyarts3.arts.SubsurfacePropertyTag, /) -> bool * - Operator - :func:`~pyarts3.arts.SubsurfacePropertyTag.__ne__` - __ne__(self, arg: pyarts3.arts.SubsurfacePropertyTag, /) -> bool * - Operator - :func:`~pyarts3.arts.SubsurfacePropertyTag.__repr__` - __repr__(self) -> str * - Operator - :func:`~pyarts3.arts.SubsurfacePropertyTag.__str__` - __str__(self) -> str .. rubric:: Constructors .. automethod:: __init__ :noindex: .. rubric:: Methods .. automethod:: SubsurfacePropertyTag.readxml .. automethod:: SubsurfacePropertyTag.savexml .. rubric:: Static Methods .. automethod:: SubsurfacePropertyTag.fromxml .. rubric:: Attributes .. attribute:: SubsurfacePropertyTag.name :type: String Name of the subsurface property .. :class:`String` .. rubric:: Operators .. automethod:: SubsurfacePropertyTag.__eq__ .. automethod:: SubsurfacePropertyTag.__format__ .. automethod:: SubsurfacePropertyTag.__ge__ .. automethod:: SubsurfacePropertyTag.__getstate__ .. automethod:: SubsurfacePropertyTag.__gt__ .. automethod:: SubsurfacePropertyTag.__hash__ .. automethod:: SubsurfacePropertyTag.__init__ .. automethod:: SubsurfacePropertyTag.__le__ .. automethod:: SubsurfacePropertyTag.__lt__ .. automethod:: SubsurfacePropertyTag.__ne__ .. automethod:: SubsurfacePropertyTag.__repr__ .. automethod:: SubsurfacePropertyTag.__str__