EstimablePseudoRangeClockDrift Object

Top  Previous  Next

Description

The EstimablePseudoRangeClockDrift object holds information about how the clock drift element of a GPSReceiver state is handled in the Orbit Determination / State Estimation process. This object is not creatable in script, but an estimable pseudorange clock drift is always created as a child object of the PseudorangeObservationMeasurements object as seen in the example below:

 

(Spacecraft1.Receivers[0] AsType GPSReceiver).OD.PseudorangeObservation.ClockDrift.Sigma = 1e-005;

 

Users cannot create instances of this type of object. However, users can access instances of this object type that have been created indirectly, for example as children of other objects. Users can also access any static properties and methods on this object type.

 

Inheritance Hierarchy: Object->EstimableProperty->EstimablePseudoRangeClockDrift

 

Available In Editions:

Engineer

Mission

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Properties

 

Methods

 

 

See also

Orbit Determination Guide