IonosphericAttenuationModelItuRP531Version13MaximumFrequency Property  | 
 
            Gets or sets the maximum frequency below which the model takes effect.
            By default, this is 12.0e9 Hertz.
            
 
    Namespace: 
   AGI.Foundation.Communications.SignalPropagation
    Assembly:
   AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double MaximumFrequency { get; set; }Public Property MaximumFrequency As Double
	Get
	Set
public:
property double MaximumFrequency {
	double get ();
	void set (double value);
}member MaximumFrequency : float with get, set
Property Value
Type: 
Double
See Also