Formation.LoadRinexNavFile(String) Method

Top 

Description

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

 

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)

 

 

Arguments

fileName


Description:

The path of the Rinex Navigation file.

 

 

 

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

 

 

See also

Formation Object

Formation.LoadRinexNavFile

Formations Guide