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