RFEnvironment#
- class ansys.stk.core.stkobjects.RFEnvironment#
Class defining the RF environment.
Overview#
Get or set the active CommSystem object. |
|
Get or set the contour rain outage percent. |
|
Get or set the earth temperature. |
|
Get or set magnetic north pole latitude. |
|
Get or set magnetic north pole longitude. |
|
Get the propagation channel. |
|
Get an array of supported active CommSystem objects. |
|
Get an array of supported contour rain outage percent values. |
Import detail#
from ansys.stk.core.stkobjects import RFEnvironment
Property detail#
- property RFEnvironment.contour_rain_outage_percent: float#
Get or set the contour rain outage percent.
- 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.
- property RFEnvironment.propagation_channel: PropagationChannel#
Get the propagation channel.