RinexNavFile.WriteToFile(String, Variable) Method

Top 

Description

Writes the contents of the object to a Rinex Navigation file.

 

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

RinexNavFile.WriteToFile(

String filename,


Variable append)

 

 

Arguments

filename


Description:

Filename to write.

 

 

append


Description:

Determines whether the Rinex navigation data will be appended to the end of the file, or whether it will replace the existing contents of the file.

Valid Values:

Value

Label

0

false

1

true

 

 

 

 

Return Value

Type:

number

 

 

Returns the number of ephemerides written. If the file could not be written, returns 0.

 

Syntax

myVariable1 = myRinexNavFile1.WriteToFile(myString1, myVariable2);

 

 

See also

RinexNavFile Object

RinexNavFile.WriteToFile

Orbit Determination Guide

Tracking Data File Formats