Click or drag to resize

CosineSquaredRectangularApertureGainPatternMainLobeGainOverride Property

Gets or sets a value indicating whether the main lobe gain value should be used instead of the value computed by the model. If set to true, the value returned from the MainLobeGain property will be used as the main lobe gain. If set to false, the model will compute the main lobe gain value.

Namespace:  AGI.Foundation.Communications.Antennas
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public bool MainLobeGainOverride { get; set; }

Property Value

Type: Boolean
Remarks
Defaults to false.
See Also