TDRSObservation(GroundAntenna, TDRSTransponder, Sensor, Transponder, Sensor) Constructor

Top 

Description

Create a TDRSObservation object, and associate it with the "objectTakingMeasurement", "tdrsRelay", "tdrsRelaySensor", "transponderObjectBeingMeasured", and "sensorReceivingSignal".

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Constructor Signature

TDRSObservation(

GroundAntenna objectTakingMeasurement,


TDRSTransponder tdrsRelay,


Sensor tdrsRelaySensor,


Transponder transponderObjectBeingMeasured,


Sensor sensorReceivingSignal)

 

 

Arguments

objectTakingMeasurement


Description:

The Ground Antenna transmitting the ranging signal.

 

 

tdrsRelay


Description:

The TDRS Transponder relaying the ranging signal.

 

 

tdrsRelaySensor


Description:

The Sensor attached to the TDRS Transponder relaying the ranging signal. 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.

 

 

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

TDRSObservation myTDRSObservation1(myGroundAntenna1, myTDRSTransponder1, mySensor1, myTransponder1, mySensor2);

 

 

See also

TDRSObservation Object

Orbit Determination Guide

Observations and Measurements