BRTSUTDFFile(String, {GroundStation}, TDRSTransponder, {GroundAntenna}) Constructor

Top 

Description

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

 

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

BRTSUTDFFile(

String fileName,


{GroundStation} observingGroundStations,


TDRSTransponder observedTransponder,


{GroundAntenna} remoteGroundTerminals)

 

 

Arguments

fileName


Description:

The name of the file associated with the BRTSUTDFFile data.

 

 

observingGroundStations


Description:

The GroundStation objects collecting the TDRS Observation data.

 

 

observedTransponder


Description:

The Transponder object attached to the Spacecraft being observed.

 

 

remoteGroundTerminals


Description:

The GroundAntenna remote ground terminals objects.

 

 

 

Syntax

BRTSUTDFFile myBRTSUTDFFile1(myString1, { myGroundStation1 }, myTDRSTransponder1, { myGroundAntenna1 });

 

 

See also

BRTSUTDFFile Object

Orbit Determination Guide

Tracking Data File Formats