Click or drag to resize

RainAttenuationModelItuRP838Version3CustomAtmosphericModel Property

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

Note that this property is mutually exclusive with RainRate and configuring this property will replace any configured RainRate value.

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 ItuRP838AtmosphericModel CustomAtmosphericModel { get; set; }

Property Value

Type: ItuRP838AtmosphericModel
Remarks
During evaluation, a PropertyInvalidException is thrown if the rain rate is less than zero or greater than 6.944e-5 m/s.
See Also