Spacecraft.LoadRinexNavFile(RinexNavFile, 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(

RinexNavFile RinexNavFile,


Variable prnToLoad,


String gnssConstellation)

 

 

Arguments

RinexNavFile


Description:

The RinexNavFile object to be used.

 

 

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

 

 

See also

Spacecraft Object

Spacecraft.LoadRinexNavFile

Spacecraft Propagation Guide

Coverage and Contact Analysis Guide