Formation.LoadRinexNavFile(RinexNavFile) 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(

RinexNavFile RinexNavFile)

 

 

Arguments

RinexNavFile


Description:

The RinexNavFile object to be used.

 

 

 

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

 

 

See also

Formation Object

Formation.LoadRinexNavFile

Formations Guide