IonosphericAttenuationModelItuRP531Version13MinimumFrequency Property  | 
 
            Gets or sets the minimum frequency above which the model takes effect.
            By default, this is 0.1e9 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 MinimumFrequency { get; set; }Public Property MinimumFrequency As Double
	Get
	Set
public:
property double MinimumFrequency {
	double get ();
	void set (double value);
}member MinimumFrequency : float with get, set
Property Value
Type: 
Double
See Also