Description
Create a SpacecraftObservation object, and associate it with the "objectTakingMeasurement", "transponderObjectBeingMeasured", and "sensorReceivingSignal".
Timing Precision Mode
This page describes functionality in nanosecond timing precision mode.
Constructor Signature
SpacecraftObservation(
|
Sensor sensorTakingMeasurement,
|
|
Transponder transponderObjectBeingMeasured,
|
|
Sensor sensorReceivingSignal)
|
Arguments
sensorTakingMeasurement
|
|
Description:
|
The Sensor that is tracking the Spacecraft being observed.
|
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
SpacecraftObservation mySpacecraftObservation1(mySensor1, myTransponder1, mySensor2);
|
See also
SpacecraftObservation Object
|