GroundStationObservation(GroundAntenna, 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 millisecond timing precision mode.

 

Constructor Signature

GroundStationObservation(

GroundAntenna transmittingAntenna,


GroundAntenna receivingAntenna,


Transponder transponderObjectBeingMeasured,


Sensor sensorReceivingSignal)

 

 

Arguments

transmittingAntenna


Description:

The Ground Antenna that is transmitting the tracking signal.

 

 

receivingAntenna


Description:

The Ground Antenna that is receiving 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, myGroundAntenna2, myTransponder1, mySensor1);

 

 

See also

GroundStationObservation Object

Orbit Determination Guide

Observations and Measurements