SP3cEphemerisClockPredicted Property |
Gets the clock correction prediction times as indicated by the clock prediction flag in the position 'P' record
If the flag is set for this time, the clock correction for this time is predicted, otherwise it is not.
Namespace:
AGI.Foundation.Navigation.DataReaders
Assembly:
AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public SP3cEphemerisData<JulianDate> ClockPredicted { get; }
Public ReadOnly Property ClockPredicted As SP3cEphemerisData(Of JulianDate)
Get
public:
property SP3cEphemerisData<JulianDate>^ ClockPredicted {
SP3cEphemerisData<JulianDate>^ get ();
}
member ClockPredicted : SP3cEphemerisData<JulianDate> with get
Property Value
Type:
SP3cEphemerisDataJulianDateSee Also