PseudorangeObservation(Spacecraft, GPSReceiver, Sensor) Constructor

Top 

Description

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

 

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,


Sensor sensorReceivingSignal)

 

 

Arguments

objectTransmittingSignal


Description:

The GPS Spacecraft transmitting the pseudorange signal.

 

 

objectBeingMeasured


Description:

The GPS Receiver attached to the Spacecraft being estimated.

 

 

sensorReceivingSignal


Description:

The Sensor attached to the GPS Receiver being observed. The Sensor's X, Y, and Z position properties will be used to model an offset from the origin of the Spacecraft BCS when modeling measurements.

 

 

 

Syntax

PseudorangeObservation myPseudorangeObservation1(mySpacecraft1, myGPSReceiver1, mySensor1);

 

 

See also

PseudorangeObservation Object

Orbit Determination Guide

Observations and Measurements