Spacecraft.LoadRinexNavFile(String, Variable, String) Method

Top 

Description

Loads Broadcast Ephemeris data from 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

Spacecraft.LoadRinexNavFile(

String fileName,


Variable prnToLoad,


String gnssConstellation)

 

 

Arguments

fileName


Description:

The path of the Rinex Navigation file.

 

 

prnToLoad


Description:

The SatelliteId code of the Spacecraft to be loaded from the Rinex Navigation file.

Valid Range:

prnToLoad > 0

 

 

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

Type:

number

 

 

The total number of Broadcast Ephemeris entries loaded from the Rinex Navigation file.

 

Syntax

myVariable1 = mySpacecraft1.LoadRinexNavFile(myString1, myVariable2, myString2);

 

 

See also

Spacecraft Object

Spacecraft.LoadRinexNavFile

Spacecraft Propagation Guide

Coverage and Contact Analysis Guide