Formation.LoadRinexNavFile(String, String) Method

Top 

Description

Populates a Formation with one Spacecraft for each SatelliteId in the specified Rinex Navigation file and then initializes the Spacecraft with that state. This method also attaches a sensor to each Spacecraft in the Formation.

 

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

Formation.LoadRinexNavFile(

String fileName,


String gnssConstellation)

 

 

Arguments

fileName


Description:

The path of the Rinex Navigation file.

 

 

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 number of unique SatelliteIds in the specified Rinex Navigation file. The Navigation Constellation is determined by the Formation.NavigationConstellationType property.

 

Syntax

myVariable1 = myFormation1.LoadRinexNavFile(myString1, myString2);

 

 

See also

Formation Object

Formation.LoadRinexNavFile

Formations Guide