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