FFGroundObservationFile.WriteValidDataToFile(String, List<GroundStationObservation>) Method

Top 

Description

Write out all Ground Station Observations containing valid Measurements to a FFGroundObservationFile.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

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

 

Method Signature

FFGroundObservationFile.WriteValidDataToFile(

String filename,


List<GroundStationObservation> groundStationObservation)

 

 

Arguments

filename


Description:

The filename to which the Observations will be written.

 

 

groundStationObservation


Description:

The List of Ground Station Observations to be written to file.

 

 

 

Return Value

Type:

number

 

 

Returns 1 if data was written to a file, 0 if no valid observation data was found, or if the method fails to write to a file.

 

Syntax

myVariable1 = myFFGroundObservationFile1.WriteValidDataToFile(myString1, myListOfGroundStationObservation1);

 

 

See also

FFGroundObservationFile Object

Orbit Determination Guide

Tracking Data File Formats