ItuRS731Version1GainPatternUseAppendix8MainLobeModel Property |
Gets or sets a value indicating whether or not to use the ITU-R Appendix 8 main lobe model.
Namespace:
AGI.Foundation.Communications.Antennas
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool UseAppendix8MainLobeModel { get; set; }
Public Property UseAppendix8MainLobeModel As Boolean
Get
Set
public:
property bool UseAppendix8MainLobeModel {
bool get ();
void set (bool value);
}
member UseAppendix8MainLobeModel : bool with get, set
Property Value
Type:
BooleanRemarks
The main lobe (off boresight angles ranging from 0 to the minimum off boresight angle defined by the recommendation) is
not defined for this recommendation. If this property is set to false, the main lobe is modeled as constant, flat gain using the
MainLobeGain value. If the property is set to true, the ITU Radio Regulations Appendix 8 main lobe model is used.
Remarks Defaults to false.
See Also