BRTSObservation(GroundAntenna, TDRSTransponder, Sensor, GroundAntenna) Constructor

Top 

Description

Create a BRTSObservation object, and associate it with the "objectTakingMeasurement", "observedTransponder", "relaySensor", "objectBeingMeasured".

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

 

Constructor Signature

BRTSObservation(

GroundAntenna objectTakingMeasurement,


TDRSTransponder observedTransponder,


Sensor relaySensor,


GroundAntenna remoteGroundTerminal)

 

 

Arguments

objectTakingMeasurement


Description:

The GroundAntenna transmitting the ranging signal.

 

 

observedTransponder


Description:

The TDRSTransponder relaying the ranging signal.

 

 

relaySensor


Description:

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

 

 

remoteGroundTerminal


Description:

The remote BRTS ground terminal.

 

 

 

Syntax

BRTSObservation myBRTSObservation1(myGroundAntenna1, myTDRSTransponder1, mySensor1, myGroundAntenna2);

 

 

See also

BRTSObservation Object