PseudorangeObservation(Spacecraft, GPSReceiver) Constructor

Top 

Description

Create a PseudorangeObservation object, and associate it with the "objectTransmittingSignal" and "objectBeingMeasured".

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

 

Constructor Signature

PseudorangeObservation(

Spacecraft objectTransmittingSignal,


GPSReceiver objectBeingMeasured)

 

 

Arguments

objectTransmittingSignal


Description:

The GPS Spacecraft transmitting the pseudorange signal.

 

 

objectBeingMeasured


Description:

The GPS Receiver attached to the Spacecraft being estimated.

 

 

 

Syntax

PseudorangeObservation myPseudorangeObservation1(mySpacecraft1, myGPSReceiver1);

 

 

See also

PseudorangeObservation Object

Orbit Determination Guide

Observations and Measurements