GNSSObservation(Spacecraft, GNSSReceiver, Sensor) Constructor

Top 

Description

Create a GNSSObservation 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

GNSSObservation(

Spacecraft objectTransmittingSignal,


GNSSReceiver objectBeingMeasured,


Sensor sensorReceivingSignal)

 

 

Arguments

objectTransmittingSignal


Description:

The GNSS Spacecraft transmitting the pseudorange signal.

 

 

objectBeingMeasured


Description:

The GNSS 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

GNSSObservation myGNSSObservation1(mySpacecraft1, myGNSSReceiver1, mySensor1);

 

 

See also

GNSSObservation Object