PlatformRFEnvironment#

class ansys.stk.core.stkobjects.PlatformRFEnvironment#

Class defining local atmosphere.

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.

propagation_channel

Get the propagation channel.

Import detail#

from ansys.stk.core.stkobjects import PlatformRFEnvironment

Property detail#

property PlatformRFEnvironment.enable_local_rain_data: bool#

Get or set the option for enabling local rain data.

property PlatformRFEnvironment.local_rain_height: float#

Get or set the local rain iso height.

property PlatformRFEnvironment.local_rain_rate: float#

Get or set the local rain rate.

property PlatformRFEnvironment.propagation_channel: PropagationChannel#

Get the propagation channel.