Atmosphere#
- class ansys.stk.core.stkobjects.Atmosphere#
Bases:
IPlatformRFEnvironment
Class defining local atmosphere.
Overview#
Do not use this method, as it is deprecated. Use the PropagationChannel property to set the atmospheric absorption model. |
Do not use this property, as it is deprecated. Use the PropagationChannel property to enable or disable the atmospheric absorption model. |
|
Do not use this property, as it is deprecated. Use the PropagationChannel property to determine the supported atmospheric absorption models. |
|
Do not use this property, as it is deprecated. Use the PropagationChannel property to get the atmospheric absorption model. |
|
Get or set the option for enabling local rain data. |
|
Get or set the local rain iso height. |
|
Get or set the local rain rate. |
|
Do not use this property, as it is deprecated. Gets or sets the local surface temperature. |
|
Get the propagation channel. |
Import detail#
from ansys.stk.core.stkobjects import Atmosphere
Property detail#
- property Atmosphere.inherit_atmospheric_absorption_model: bool#
Do not use this property, as it is deprecated. Use the PropagationChannel property to enable or disable the atmospheric absorption model.
- property Atmosphere.supported_local_atmospheric_absorption_models: list#
Do not use this property, as it is deprecated. Use the PropagationChannel property to determine the supported atmospheric absorption models.
- property Atmosphere.local_atmospheric_absorption_model: IAtmosphericAbsorptionModel#
Do not use this property, as it is deprecated. Use the PropagationChannel property to get the atmospheric absorption model.
- property Atmosphere.enable_local_rain_data: bool#
Get or set the option for enabling local rain data.
- property Atmosphere.local_surface_temperature: float#
Do not use this property, as it is deprecated. Gets or sets the local surface temperature.
- property Atmosphere.propagation_channel: PropagationChannel#
Get the propagation channel.