BesselEnvelopeCircularApertureGainPatternMainLobeGainOverride 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.2.419.0 (24.2.419.0)
Syntax public bool MainLobeGainOverride { get; set; }
Public Property MainLobeGainOverride As Boolean
Get
Set
public:
property bool MainLobeGainOverride {
bool get ();
void set (bool value);
}
member MainLobeGainOverride : bool with get, set
Property Value
Type:
BooleanRemarks Defaults to false.
See Also