Spacecraft.LoadRinexNavFile(String, Variable) Method

Top 

Description

Loads Broadcast Ephemeris data from a Rinex Navigation file. When no GNSS constellation is specified, GPS is assumed.

 

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)

 

 

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

 

 

 

Return Value

Type:

number

 

 

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

 

Syntax

myVariable1 = mySpacecraft1.LoadRinexNavFile(myString1, myVariable2);

 

 

See also

Spacecraft Object

Spacecraft.LoadRinexNavFile

Spacecraft Propagation Guide

Coverage and Contact Analysis Guide