Atmosphere#

class ansys.stk.core.stkobjects.Atmosphere#

Bases: IPlatformRFEnvironment

Class defining local atmosphere.

Overview#

set_local_atmospheric_absorption_model

Do not use this method, as it is deprecated. Use the PropagationChannel property to set the atmospheric absorption model.

inherit_atmospheric_absorption_model

Do not use this property, as it is deprecated. Use the PropagationChannel property to enable or disable the atmospheric absorption model.

supported_local_atmospheric_absorption_models

Do not use this property, as it is deprecated. Use the PropagationChannel property to determine the supported atmospheric absorption models.

local_atmospheric_absorption_model

Do not use this property, as it is deprecated. Use the PropagationChannel property to get the atmospheric absorption model.

enable_local_rain_data

Get or set the option for enabling local rain data.

local_rain_height

Get or set the local rain iso height.

local_rain_rate

Get or set the local rain rate.

local_surface_temperature

Do not use this property, as it is deprecated. Gets or sets the local surface temperature.

propagation_channel

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_rain_height: float#

Get or set the local rain iso height.

property Atmosphere.local_rain_rate: float#

Get or set the local rain rate.

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.

Method detail#

Atmosphere.set_local_atmospheric_absorption_model(self, model_name: str) None#

Do not use this method, as it is deprecated. Use the PropagationChannel property to set the atmospheric absorption model.

Parameters:

model_name : str

Returns:

None