SpectralRadianceSurfaceAgendaOperator ##################################### .. currentmodule:: pyarts3.arts .. autoclass:: SpectralRadianceSurfaceAgendaOperator .. rubric:: Overview .. list-table:: * - Method - :func:`~pyarts3.arts.SpectralRadianceSurfaceAgendaOperator.readxml` - Read variable from file. * - Method - :func:`~pyarts3.arts.SpectralRadianceSurfaceAgendaOperator.savexml` - Saves variable to file. * - Static Method - :func:`~pyarts3.arts.SpectralRadianceSurfaceAgendaOperator.fromxml` - Create variable from file. * - Operator - :func:`~pyarts3.arts.SpectralRadianceSurfaceAgendaOperator.__call__` - Execute the method directly in python * - Operator - :func:`~pyarts3.arts.SpectralRadianceSurfaceAgendaOperator.__eq__` - Return self==value. * - Operator - :func:`~pyarts3.arts.SpectralRadianceSurfaceAgendaOperator.__format__` - __format__(self, arg: str, /) -> str * - Operator - :func:`~pyarts3.arts.SpectralRadianceSurfaceAgendaOperator.__ge__` - Return self>=value. * - Operator - :func:`~pyarts3.arts.SpectralRadianceSurfaceAgendaOperator.__gt__` - Return self>value. * - Operator - :func:`~pyarts3.arts.SpectralRadianceSurfaceAgendaOperator.__hash__` - Return hash(self). * - Operator - :func:`~pyarts3.arts.SpectralRadianceSurfaceAgendaOperator.__init__` - __init__(self, arg: pyarts3.arts.SpectralRadianceSurfaceAgendaOperator) -> None * - Operator - :func:`~pyarts3.arts.SpectralRadianceSurfaceAgendaOperator.__le__` - Return self<=value. * - Operator - :func:`~pyarts3.arts.SpectralRadianceSurfaceAgendaOperator.__lt__` - Return self str * - Operator - :func:`~pyarts3.arts.SpectralRadianceSurfaceAgendaOperator.__str__` - __str__(self) -> str .. rubric:: Constructors .. automethod:: __init__ :noindex: .. rubric:: Methods .. automethod:: SpectralRadianceSurfaceAgendaOperator.readxml .. automethod:: SpectralRadianceSurfaceAgendaOperator.savexml .. rubric:: Static Methods .. automethod:: SpectralRadianceSurfaceAgendaOperator.fromxml .. rubric:: Operators .. automethod:: SpectralRadianceSurfaceAgendaOperator.__call__ .. automethod:: SpectralRadianceSurfaceAgendaOperator.__eq__ .. automethod:: SpectralRadianceSurfaceAgendaOperator.__format__ .. automethod:: SpectralRadianceSurfaceAgendaOperator.__ge__ .. automethod:: SpectralRadianceSurfaceAgendaOperator.__gt__ .. automethod:: SpectralRadianceSurfaceAgendaOperator.__hash__ .. automethod:: SpectralRadianceSurfaceAgendaOperator.__init__ .. automethod:: SpectralRadianceSurfaceAgendaOperator.__le__ .. automethod:: SpectralRadianceSurfaceAgendaOperator.__lt__ .. automethod:: SpectralRadianceSurfaceAgendaOperator.__ne__ .. automethod:: SpectralRadianceSurfaceAgendaOperator.__repr__ .. automethod:: SpectralRadianceSurfaceAgendaOperator.__str__