TDRSUTDFFile(String, {GroundStation}, {TDRSTransponder}, Spacecraft) Constructor

Top 

Description

Create a TDRSUTDFFile object, read Observation data from the file provided, and associate the contained Observations with "observingGroundStation", "relayTDRSTransponder", and "observedSpacecraft".

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

 

Constructor Signature

TDRSUTDFFile(

String fileName,


{GroundStation} observingGroundStations,


{TDRSTransponder} relayTDRSTransponders,


Spacecraft observedSpacecraft)

 

 

Arguments

fileName


Description:

The name of the file associated with the TDRSUTDFFile data.

 

 

observingGroundStations


Description:

The GroundStation objects collecting the TDRS Observation data.

 

 

relayTDRSTransponders


Description:

The TDRS Transponders attached to the TDRS Relay Spacecraft.

 

 

observedSpacecraft


Description:

The Spacecraft being observed.

 

 

 

Syntax

TDRSUTDFFile myTDRSUTDFFile1(myString1, { myGroundStation1 }, { myTDRSTransponder1 }, mySpacecraft1);

 

 

See also

TDRSUTDFFile Object

Orbit Determination Guide

Tracking Data File Formats