PointSolutionObservation(Receiver, Spacecraft, Sensor) Constructor

Top 

Description

Create a PointSolutionObservation object, and associate it with the "objectTakingMeasurement", "objectBeingMeasured", and "sensorReceivingSignal".

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

 

Constructor Signature

PointSolutionObservation(

Receiver objectTakingMeasurement,


Spacecraft objectBeingMeasured,


Sensor sensorReceivingSignal)

 

 

Arguments

objectTakingMeasurement


Description:

The GNSS Receiver that is computing the Point Solution Observations.

Allowed Types:

Receiver, GNSSReceiver, GPSReceiver

 

 

objectBeingMeasured


Description:

The spacecraft to which the GNSS Receiver is attached.

 

 

sensorReceivingSignal


Description:

The Sensor attached to the GNSS Receiver that is computing the Point Solution Observations. 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

PointSolutionObservation myPointSolutionObservation1(myReceiver1, mySpacecraft1, mySensor1);

 

 

See also

PointSolutionObservation Object

Orbit Determination Guide

Observations and Measurements