AccessConstraintNoiseTemperature#

class ansys.stk.core.stkobjects.AccessConstraintNoiseTemperature#

Bases: IAccessConstraintMinMaxBase, IAccessConstraint

Class defining the System Noise Temperature constraint.

Overview#

atmosphere

Use Atmosphere.

clouds_fog

Clouds and Fog.

cosmic_background

Use Cosmic Background.

earth

Use Earth.

external

External.

ionospheric_fading

Ionospheric Fading.

method

Computation Method.

plugin

Use User-Supplied Plugin.

rain

Use Rain.

sun

Use Sun.

tropospheric_scintillation

Troposhperic Scintillation.

Import detail#

from ansys.stk.core.stkobjects import AccessConstraintNoiseTemperature

Property detail#

property AccessConstraintNoiseTemperature.atmosphere: bool#

Use Atmosphere.

property AccessConstraintNoiseTemperature.clouds_fog: bool#

Clouds and Fog.

property AccessConstraintNoiseTemperature.cosmic_background: bool#

Use Cosmic Background.

property AccessConstraintNoiseTemperature.earth: bool#

Use Earth.

property AccessConstraintNoiseTemperature.external: bool#

External.

property AccessConstraintNoiseTemperature.ionospheric_fading: bool#

Ionospheric Fading.

property AccessConstraintNoiseTemperature.method: NoiseTemperatureMethod#

Computation Method.

property AccessConstraintNoiseTemperature.plugin: bool#

Use User-Supplied Plugin.

property AccessConstraintNoiseTemperature.rain: bool#

Use Rain.

property AccessConstraintNoiseTemperature.sun: bool#

Use Sun.

property AccessConstraintNoiseTemperature.tropospheric_scintillation: bool#

Troposhperic Scintillation.