GpsCommunicationsFrontEndCorrelatorSpacing Property |
Gets or sets the spacing between the early and late correlator peaks, in chips. Typically 0.125-1.0 chips.
The default is 0.125 chips.
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 CorrelatorSpacing { get; set; }
Public Property CorrelatorSpacing As Double
Get
Set
public:
virtual property double CorrelatorSpacing {
double get () sealed;
void set (double value) sealed;
}
abstract CorrelatorSpacing : float with get, set
override CorrelatorSpacing : float with get, set
Property Value
Type:
DoubleImplements
IGpsCommunicationsReceiverConfigurationCorrelatorSpacingSee Also