IAtmosphericAbsorptionModel =========================== .. py:class:: ansys.stk.core.stkobjects.IAtmosphericAbsorptionModel Provide access to the properties and methods an atmospheric absorption model. .. py:currentmodule:: IAtmosphericAbsorptionModel Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.IAtmosphericAbsorptionModel.name` - Get the atmospheric absorption model name. * - :py:attr:`~ansys.stk.core.stkobjects.IAtmosphericAbsorptionModel.type` - Get the atmospheric absorption model type enumeration. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import IAtmosphericAbsorptionModel Property detail --------------- .. py:property:: name :canonical: ansys.stk.core.stkobjects.IAtmosphericAbsorptionModel.name :type: str Get the atmospheric absorption model name. .. py:property:: type :canonical: ansys.stk.core.stkobjects.IAtmosphericAbsorptionModel.type :type: AtmosphericAbsorptionModelType Get the atmospheric absorption model type enumeration.