GpsCommunicationsFrontEnd.CorrelatorSpacing 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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
IGpsCommunicationsReceiverConfiguration.CorrelatorSpacing
See Also