Formation.LoadRinexNavFile 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.

 

Overload List

Signatures

Return Value

Description

Formation.LoadRinexNavFile(RinexNavFile RinexNavFile)

Variable

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.

Formation.LoadRinexNavFile(String fileName)

Variable

The number of unique SatelliteIds in the specified Rinex Navigation file. The Navigation Constellation is determined by the Formation.NavigationConstellationType property.

Formation.LoadRinexNavFile(RinexNavFile RinexNavFile, String gnssConstellation)

Variable

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.

Formation.LoadRinexNavFile(String fileName, String gnssConstellation)

Variable

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.

 

 

See also

Formation Object

Formations Guide