AtmosphericAttenuationModelItuRP676Version9UseGlobalAtmosphere Property |
Gets or sets a value indicating whether to use the ITU-R P.835 global atmospheric model for
determining the pressure, water vapor pressure, and temperature at a specific altitude.
If set to
, the ITU-R P.835 seasonal/regional model is used to
determine the pressure, water vapor pressure, and temperature of the atmosphere.
This setting is ignored if
CustomAtmosphericModel is used.
Namespace:
AGI.Foundation.Communications.SignalPropagation
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool UseGlobalAtmosphere { get; set; }
Public Property UseGlobalAtmosphere As Boolean
Get
Set
public:
property bool UseGlobalAtmosphere {
bool get ();
void set (bool value);
}
member UseGlobalAtmosphere : bool with get, set
Property Value
Type:
BooleanSee Also