RinexNavFile.WriteToFile(Variable) Method

Top 

Description

When no filename is passed, the FileName property is used.

 

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(

Variable append)

 

 

Arguments

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(myVariable2);

 

 

See also

RinexNavFile Object

RinexNavFile.WriteToFile

Orbit Determination Guide

Tracking Data File Formats