Click or drag to resize

CloudFogAttenuationModelItuRP840Version6CustomAtmosphericModel Property

Gets or sets a custom atmospheric model to use when computing attenuation.

Note that this property is mutually exclusive with CloudTemperature and CloudLiquidWaterDensity and configuring this property will replace any configured CloudTemperature and CloudLiquidWaterDensity.

Namespace:  AGI.Foundation.Communications.SignalPropagation
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ItuRP840AtmosphericModel CustomAtmosphericModel { get; set; }

Property Value

Type: ItuRP840AtmosphericModel
Remarks
During evaluation, a PropertyInvalidException is thrown if the cloud temperature is less than 173.15 or greater than 373.15 K, or if the cloud liquid water density is less than zero or greater than 100 g/m3.
See Also