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. 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
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
|