AntennaNoiseTemperature#
- class ansys.stk.core.stkobjects.AntennaNoiseTemperature#
Class defining antenna noise temperature.
Overview#
Get or set the system noise temperature compute type. |
|
Get or set the constant system noise temperature value. |
|
Get or set the flag to use noise due to the earth. |
|
Get or set the flag to use noise due to the sun. |
|
Get or set the flag to use noise due to the atmosphere. |
|
Get or set the flag to use noise due to the urban/terrestrial. |
|
Get or set the flag to use noise due to the rain. |
|
Get or set the flag to use noise due to the clouds and fog. |
|
Get or set the flag to use noise due to the tropospheric scintillation. |
|
Get or set the flag to use noise due to the cosmic background. |
|
Get or set the flag to inherit the scenairo earth temperature. |
|
Get or set the local earth temperature. |
|
Get or set additional misc. noise temperature. |
|
Get or set the flag to use noise due to an external source. |
|
Get or set the external noise file path. |
|
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_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_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.