GroundStationObservation(GroundAntenna, Transponder, Sensor) Constructor

Top 

Description

Create a GroundStationObservation object, and associate it with the "objectTakingMeasurement", "transponderObjectBeingMeasured", and "sensorReceivingSignal".

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Constructor Signature

GroundStationObservation(

GroundAntenna objectTakingMeasurement,


Transponder transponderObjectBeingMeasured,


Sensor sensorReceivingSignal)

 

 

Arguments

objectTakingMeasurement


Description:

The Ground Antenna that is transmitting the tracking signal.

 

 

transponderObjectBeingMeasured


Description:

The Transponder attached to the Spacecraft being observed.

Allowed Types:

Transponder, TDRSTransponder

 

 

sensorReceivingSignal


Description:

The Sensor attached to the Transponder 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

GroundStationObservation myGroundStationObservation1(myGroundAntenna1, myTransponder1, mySensor1);

 

 

See also

GroundStationObservation Object

Orbit Determination Guide

Observations and Measurements