Trk234File({GroundStation}, Spacecraft) Constructor

Top 

Description

Create a Trk234File object, and associate the contained Observations with "observingGroundStations" and "observedSpacecraft".

 

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

Trk234File(

{GroundStation} observingGroundStations,


Spacecraft observedSpacecraft)

 

 

Arguments

observingGroundStations


Description:

The GroundStation objects collecting the Observation data.

 

 

observedSpacecraft


Description:

The Spacecraft object being observed.

 

 

 

Syntax

Trk234File myTrk234File1({ myGroundStation1 }, mySpacecraft1);

 

 

See also

Trk234File Object