AtmosphericAbsorptionModelSimpleSatcom ====================================== .. py:class:: ansys.stk.core.stkobjects.AtmosphericAbsorptionModelSimpleSatcom Bases: :py:class:`~ansys.stk.core.stkobjects.IAtmosphericAbsorptionModel`, :py:class:`~ansys.stk.core.stkobjects.IComponentInfo`, :py:class:`~ansys.stk.core.stkobjects.ICloneable` Class defining an atmospheric absorption model. .. py:currentmodule:: AtmosphericAbsorptionModelSimpleSatcom Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.AtmosphericAbsorptionModelSimpleSatcom.surface_temperature` - Get or set the surface temperature. * - :py:attr:`~ansys.stk.core.stkobjects.AtmosphericAbsorptionModelSimpleSatcom.water_vapor_concentration` - Get or set the water vapor concentration. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import AtmosphericAbsorptionModelSimpleSatcom Property detail --------------- .. py:property:: surface_temperature :canonical: ansys.stk.core.stkobjects.AtmosphericAbsorptionModelSimpleSatcom.surface_temperature :type: float Get or set the surface temperature. .. py:property:: water_vapor_concentration :canonical: ansys.stk.core.stkobjects.AtmosphericAbsorptionModelSimpleSatcom.water_vapor_concentration :type: float Get or set the water vapor concentration.