TDRSObservation(GroundAntenna, TDRSTransponder, Transponder, Sensor) Constructor

Top 

Description

Create a TDRSObservation object, and associate it with the "objectTakingMeasurement", "tdrsRelay", "transponderObjectBeingMeasured", 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

TDRSObservation(

GroundAntenna objectTakingMeasurement,


TDRSTransponder tdrsRelay,


Transponder transponderObjectBeingMeasured,


Sensor sensorReceivingSignal)

 

 

Arguments

objectTakingMeasurement


Description:

The Ground Antenna transmitting the ranging signal.

 

 

tdrsRelay


Description:

The TDRS Transponder relaying the ranging 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

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

 

 

See also

TDRSObservation Object

Orbit Determination Guide

Observations and Measurements