GpsCommunicationsFrontEndFrontEndBandwidth Property |
Gets or sets the bandwidth of the receiver used to track all signals, in hertz.
The default is 2.046 MHz. Note that this default may
be modified by the choice of
GpsSignalConfiguration
specified in the constructor.
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 FrontEndBandwidth { get; set; }
Public Property FrontEndBandwidth As Double
Get
Set
public:
virtual property double FrontEndBandwidth {
double get () sealed;
void set (double value) sealed;
}
abstract FrontEndBandwidth : float with get, set
override FrontEndBandwidth : float with get, set
Property Value
Type:
DoubleImplements
IGpsCommunicationsReceiverConfigurationFrontEndBandwidthSee Also