GpsCommunicationsFrontEnd.AntennaEfficiency Property |
Gets or sets the efficiency of the receiver's antenna, as a ratio between zero and one.
Namespace:
AGI.Foundation.Navigation.Advanced
Assembly:
AGI.Foundation.Navigation.Advanced (in AGI.Foundation.Navigation.Advanced.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double AntennaEfficiency { get; set; }
Public Property AntennaEfficiency As Double
Get
Set
public:
virtual property double AntennaEfficiency {
double get () sealed;
void set (double value) sealed;
}
abstract AntennaEfficiency : float with get, set
override AntennaEfficiency : float with get, set
Property Value
Type:
DoubleImplements
IGpsCommunicationsReceiverConfiguration.AntennaEfficiency
RemarksDefaults to a value of 0.8.
See Also