GetNumberOfPRNs(String, String) Function

Top 

Description

Returns the number of unique SatelliteIds codes that are in the specified Rinex Navigation file.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Function Signature

GetNumberOfPRNs(

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 that are in the specified Rinex Navigation file.

 

Syntax

myVariable1 = GetNumberOfPRNs(myString1, myString2);

 

 

See also

GetNumberOfPRNs