Spacecraft.AddTDRSTransponder(String) Method

Top 

Description

Creates a new TDRSTransponder object and adds it as hardware to the Spacecraft.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

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

 

Method Signature

Spacecraft.AddTDRSTransponder(

String tdrsTransponderName)

 

 

Arguments

tdrsTransponderName


Description:

The name that will be applied to the created TDRSTransponder.

 

 

 

Return Value

Type:

number

 

 

Returns the new length of the Spacecraft.Transponder array. The newly created TDRSTransponder will be accessible at an index of the return value - 1.

 

Syntax

myVariable1 = mySpacecraft1.AddTDRSTransponder(myString1);

 

 

See also

Spacecraft Object

Spacecraft Propagation Guide

Coverage and Contact Analysis Guide