Description
Reads the entire contents of 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.ReadFromFile(
|
String filename,
|
|
String gnssConstellation)
|
Arguments
filename
|
|
Description:
|
Filename to read.
|
gnssConstellation
|
|
Description:
|
String indicating which GNSS Constellation data to load from the file.
|
Valid Values:
|
Value
|
Label
|
"GPS"
|
Populate the Formation with data from the GPS constellation.
|
"Galileo"
|
Populate the Formation with data from the Galileo constellation.
|
|
Return Value
Returns the number of ephemerides read. If the file could not be read, returns 0.
Syntax
myVariable1 = myRinexNavFile1.ReadFromFile(myString1, myString2);
|
See also
RinexNavFile Object
RinexNavFile.ReadFromFile
Orbit Determination Guide
Tracking Data File Formats
|