ParticleProperties ################## .. currentmodule:: pyarts.arts .. autoclass:: ParticleProperties .. rubric:: Overview .. list-table:: * - Attribute - :attr:`~pyarts.arts.ParticleProperties.d_max` - Max diameter * - Attribute - :attr:`~pyarts.arts.ParticleProperties.d_veq` - Diameter * - Attribute - :attr:`~pyarts.arts.ParticleProperties.mass` - Mass * - Attribute - :attr:`~pyarts.arts.ParticleProperties.name` - Name * - Attribute - :attr:`~pyarts.arts.ParticleProperties.refractive_index` - Refractive index * - Attribute - :attr:`~pyarts.arts.ParticleProperties.source` - Source * - Operator - :func:`~pyarts.arts.ParticleProperties.__eq__` - Return self==value. * - Operator - :func:`~pyarts.arts.ParticleProperties.__format__` - Default object formatter. * - Operator - :func:`~pyarts.arts.ParticleProperties.__ge__` - Return self>=value. * - Operator - :func:`~pyarts.arts.ParticleProperties.__getstate__` - Helper for pickle. * - Operator - :func:`~pyarts.arts.ParticleProperties.__gt__` - Return self>value. * - Operator - :func:`~pyarts.arts.ParticleProperties.__hash__` - Return hash(self). * - Operator - :func:`~pyarts.arts.ParticleProperties.__init__` - __init__(self) -> None * - Operator - :func:`~pyarts.arts.ParticleProperties.__le__` - Return self<=value. * - Operator - :func:`~pyarts.arts.ParticleProperties.__lt__` - Return self