SolarRadiationPressureModelSpherical ==================================== .. py:class:: ansys.stk.core.stkobjects.SolarRadiationPressureModelSpherical Bases: :py:class:`~ansys.stk.core.stkobjects.ISRPModelBase` Spherical Solar Radiation Pressure Model. .. py:currentmodule:: SolarRadiationPressureModelSpherical Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.SolarRadiationPressureModelSpherical.cr` - Solar radiation pressure coefficient. Dimensionless. * - :py:attr:`~ansys.stk.core.stkobjects.SolarRadiationPressureModelSpherical.area_mass_ratio` - Get or set the area-to-mass ratio to be used in SRP calculations. Uses AreaPerMass Dimension. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import SolarRadiationPressureModelSpherical Property detail --------------- .. py:property:: cr :canonical: ansys.stk.core.stkobjects.SolarRadiationPressureModelSpherical.cr :type: float Solar radiation pressure coefficient. Dimensionless. .. py:property:: area_mass_ratio :canonical: ansys.stk.core.stkobjects.SolarRadiationPressureModelSpherical.area_mass_ratio :type: float Get or set the area-to-mass ratio to be used in SRP calculations. Uses AreaPerMass Dimension.