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