GPSPivotPointSolutionFile.WriteValidDataToFile(String, List<PointSolutionObservation>) Method

Top 

Description

Write out all Point Solution Observations containing valid Measurements to a GPSPivotPointSolutionFile.

 

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

GPSPivotPointSolutionFile.WriteValidDataToFile(

String filename,


List<PointSolutionObservation> pointSolutionObservation)

 

 

Arguments

filename


Description:

The filename to which the Observations will be written.

 

 

pointSolutionObservation


Description:

The List of Point Solution 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 = myGPSPivotPointSolutionFile1.WriteValidDataToFile(myString1, myListOfPointSolutionObservation1);

 

 

See also

GPSPivotPointSolutionFile Object

Orbit Determination Guide

Tracking Data File Formats