AtmosphericAttenuationModelItuRP676Version9CustomAtmosphericModel Property |
Gets or sets a custom atmospheric model to use when computing attenuation.
By default, this property is , and the model will
use the ITU-R P.835 atmospheric model.
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 ItuRP676AtmosphericModel CustomAtmosphericModel { get; set; }
Public Property CustomAtmosphericModel As ItuRP676AtmosphericModel
Get
Set
public:
property ItuRP676AtmosphericModel^ CustomAtmosphericModel {
ItuRP676AtmosphericModel^ get ();
void set (ItuRP676AtmosphericModel^ value);
}
member CustomAtmosphericModel : ItuRP676AtmosphericModel with get, set
Property Value
Type:
ItuRP676AtmosphericModelSee Also