UTDFFile.GetAllObservations(List<GroundStationObservation>) Method

Top 

Description

Retrieves all observations from the TrackingDataFile and stores them in a List<Observation>. Any current observations held by the OD Observation object will be overwritten by the GetAllObservations() method.

 

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

UTDFFile.GetAllObservations(

List<GroundStationObservation> groundStationObservations)

 

 

Arguments

groundStationObservations


Description:

The List of GroundStationObservation to be populated with data.

 

 

 

Return Value

Type:

number

 

 

Returns the number of observations in the TrackingDataFile.

 

Syntax

myVariable1 = myUTDFFile1.GetAllObservations(myListOfGroundStationObservation1);

 

 

See also

UTDFFile Object

Orbit Determination Guide

Tracking Data File Formats