TropoScintAttenuationModelItuRP618Version12FadeDepthAverageAnnualWorstMonth Property  | 
 
            Gets or sets a value indicating whether to use the fade depth for the average annual worst month.
            If set to true, the model computes fade depth exceeded for a percentage of time for the month with the
            worst climate over a year. Fade depth will exceed the computed value for a percentage of time over
            the worst month of the year.  If set to false, the model computes fade depth exceeded for a
            percentage of time over an average year.  For example, fade depth will exceed the computed value
            for the climate of an average year as a percentage of time over the year.
            
 
    Namespace: 
   AGI.Foundation.Communications.SignalPropagation
    Assembly:
   AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool FadeDepthAverageAnnualWorstMonth { get; set; }Public Property FadeDepthAverageAnnualWorstMonth As Boolean
	Get
	Set
public:
property bool FadeDepthAverageAnnualWorstMonth {
	bool get ();
	void set (bool value);
}member FadeDepthAverageAnnualWorstMonth : bool with get, set
Property Value
Type: 
Boolean
See Also