IPlatformRFEnvironment ====================== .. py:class:: ansys.stk.core.stkobjects.IPlatformRFEnvironment Provide access to the properties and methods defining the platform RF environment. .. py:currentmodule:: IPlatformRFEnvironment Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.IPlatformRFEnvironment.enable_local_rain_data` - Get or set the option for enabling local rain data. * - :py:attr:`~ansys.stk.core.stkobjects.IPlatformRFEnvironment.local_rain_height` - Get or set the local rain iso height. * - :py:attr:`~ansys.stk.core.stkobjects.IPlatformRFEnvironment.local_rain_rate` - Get or set the local rain rate. * - :py:attr:`~ansys.stk.core.stkobjects.IPlatformRFEnvironment.local_surface_temperature` - Get or set the local surface temperature. * - :py:attr:`~ansys.stk.core.stkobjects.IPlatformRFEnvironment.propagation_channel` - Get the propagation channel. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import IPlatformRFEnvironment Property detail --------------- .. py:property:: enable_local_rain_data :canonical: ansys.stk.core.stkobjects.IPlatformRFEnvironment.enable_local_rain_data :type: bool Get or set the option for enabling local rain data. .. py:property:: local_rain_height :canonical: ansys.stk.core.stkobjects.IPlatformRFEnvironment.local_rain_height :type: float Get or set the local rain iso height. .. py:property:: local_rain_rate :canonical: ansys.stk.core.stkobjects.IPlatformRFEnvironment.local_rain_rate :type: float Get or set the local rain rate. .. py:property:: local_surface_temperature :canonical: ansys.stk.core.stkobjects.IPlatformRFEnvironment.local_surface_temperature :type: float Get or set the local surface temperature. .. py:property:: propagation_channel :canonical: ansys.stk.core.stkobjects.IPlatformRFEnvironment.propagation_channel :type: PropagationChannel Get the propagation channel.