IPlatformRFEnvironment#

class ansys.stk.core.stkobjects.IPlatformRFEnvironment#

Provide access to the properties and methods defining the platform RF environment.

Overview#

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

Get or set the local surface temperature.

propagation_channel

Get the propagation channel.

Import detail#

from ansys.stk.core.stkobjects import IPlatformRFEnvironment

Property detail#

property IPlatformRFEnvironment.enable_local_rain_data: bool#

Get or set the option for enabling local rain data.

property IPlatformRFEnvironment.local_rain_height: float#

Get or set the local rain iso height.

property IPlatformRFEnvironment.local_rain_rate: float#

Get or set the local rain rate.

property IPlatformRFEnvironment.local_surface_temperature: float#

Get or set the local surface temperature.

property IPlatformRFEnvironment.propagation_channel: PropagationChannel#

Get the propagation channel.