RFEnvironment#

class ansys.stk.core.stkobjects.RFEnvironment#

Class defining the RF environment.

Overview#

propagation_channel

Get the propagation channel.

supported_contour_rain_outage_percent_values

Get an array of supported contour rain outage percent values.

contour_rain_outage_percent

Get or set the contour rain outage percent.

earth_temperature

Get or set the earth temperature.

supported_active_comm_systems

Get an array of supported active CommSystem objects.

active_comm_system

Get or set the active CommSystem object.

magnetic_north_pole_latitude

Get or set magnetic north pole latitude.

magnetic_north_pole_longitude

Get or set magnetic north pole longitude.

Import detail#

from ansys.stk.core.stkobjects import RFEnvironment

Property detail#

property RFEnvironment.propagation_channel: PropagationChannel#

Get the propagation channel.

property RFEnvironment.supported_contour_rain_outage_percent_values: list#

Get an array of supported contour rain outage percent values.

property RFEnvironment.contour_rain_outage_percent: float#

Get or set the contour rain outage percent.

property RFEnvironment.earth_temperature: float#

Get or set the earth temperature.

property RFEnvironment.supported_active_comm_systems: list#

Get an array of supported active CommSystem objects.

property RFEnvironment.active_comm_system: str#

Get or set the active CommSystem object.

property RFEnvironment.magnetic_north_pole_latitude: float#

Get or set magnetic north pole latitude.

property RFEnvironment.magnetic_north_pole_longitude: float#

Get or set magnetic north pole longitude.