AntennaNoiseTemperature#

class ansys.stk.core.stkobjects.AntennaNoiseTemperature#

Class defining antenna noise temperature.

Overview#

compute_type

Get or set the system noise temperature compute type.

constant_noise_temperature

Get or set the constant system noise temperature value.

use_earth

Get or set the flag to use noise due to the earth.

use_sun

Get or set the flag to use noise due to the sun.

use_atmosphere

Get or set the flag to use noise due to the atmosphere.

use_urban_terrestrial

Get or set the flag to use noise due to the urban/terrestrial.

use_rain

Get or set the flag to use noise due to the rain.

use_clouds_fog

Get or set the flag to use noise due to the clouds and fog.

use_tropospheric_scintillation

Get or set the flag to use noise due to the tropospheric scintillation.

use_cosmic_background

Get or set the flag to use noise due to the cosmic background.

inherit_scenario_earth_temperature

Get or set the flag to inherit the scenairo earth temperature.

local_earth_temperature

Get or set the local earth temperature.

other_noise_temperature

Get or set additional misc. noise temperature.

use_external

Get or set the flag to use noise due to an external source.

external_noise_filename

Get or set the external noise file path.

use_ionospheric_fading

Get or set the flag to use noise due to the ionospheric fading.

Import detail#

from ansys.stk.core.stkobjects import AntennaNoiseTemperature

Property detail#

property AntennaNoiseTemperature.compute_type: NoiseTemperatureComputeType#

Get or set the system noise temperature compute type.

property AntennaNoiseTemperature.constant_noise_temperature: float#

Get or set the constant system noise temperature value.

property AntennaNoiseTemperature.use_earth: bool#

Get or set the flag to use noise due to the earth.

property AntennaNoiseTemperature.use_sun: bool#

Get or set the flag to use noise due to the sun.

property AntennaNoiseTemperature.use_atmosphere: bool#

Get or set the flag to use noise due to the atmosphere.

property AntennaNoiseTemperature.use_urban_terrestrial: bool#

Get or set the flag to use noise due to the urban/terrestrial.

property AntennaNoiseTemperature.use_rain: bool#

Get or set the flag to use noise due to the rain.

property AntennaNoiseTemperature.use_clouds_fog: bool#

Get or set the flag to use noise due to the clouds and fog.

property AntennaNoiseTemperature.use_tropospheric_scintillation: bool#

Get or set the flag to use noise due to the tropospheric scintillation.

property AntennaNoiseTemperature.use_cosmic_background: bool#

Get or set the flag to use noise due to the cosmic background.

property AntennaNoiseTemperature.inherit_scenario_earth_temperature: bool#

Get or set the flag to inherit the scenairo earth temperature.

property AntennaNoiseTemperature.local_earth_temperature: float#

Get or set the local earth temperature.

property AntennaNoiseTemperature.other_noise_temperature: float#

Get or set additional misc. noise temperature.

property AntennaNoiseTemperature.use_external: bool#

Get or set the flag to use noise due to an external source.

property AntennaNoiseTemperature.external_noise_filename: str#

Get or set the external noise file path.

property AntennaNoiseTemperature.use_ionospheric_fading: bool#

Get or set the flag to use noise due to the ionospheric fading.