TDRSTransponder.Attach(Sensor) Method

Top 

Description

Attach a Sensor object to the calling hardware object for the purposes of simulating tracking data or performing Orbit Determination. 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.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

TDRSTransponder.Attach(

Sensor trackingSensor)

 

 

Arguments

trackingSensor


Description:

The Sensor object to associate with the calling hardware object. 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.

 

 

 

Return Value

Type:

number

 

 

The total number of Sensors attached to the given hardware object. The index for the Sensor will be the return value minus one.

 

Syntax

myVariable1 = myTDRSTransponder1.Attach(mySensor1);

 

 

See also

TDRSTransponder Object

Orbit Determination Guide