GpsCommunicationsFrontEndAntennaEfficiency 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: 24.2.419.0 (24.2.419.0)
Syntax public 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
IGpsCommunicationsReceiverConfigurationAntennaEfficiencyRemarks Defaults to a value of 0.8.
See Also