SP3EphemerisFile.ReadFromFile(String, String) Method

Top 

Description

Reads the entire contents of a SP3 Precise Ephemeris 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

SP3EphemerisFile.ReadFromFile(

String filename,


String gnssConstellation)

 

 

Arguments

filename


Description:

Filename to read.

 

 

gnssConstellation


Description:

Variable 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

Type:

number

 

 

Returns the number of epochs read. If the file could not be read, returns 0.

 

Syntax

myVariable1 = mySP3EphemerisFile1.ReadFromFile(myString1, myString2);

 

 

See also

SP3EphemerisFile Object

SP3EphemerisFile.ReadFromFile

Orbit Determination Guide

SP3 Ephemeris Guide