GetNumberOfPRNs(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)

 

 

Arguments

fileName


Description:

The path of the Rinex Navigation file.

 

 

 

Return Value

Type:

number

 

 

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

 

Syntax

myVariable1 = GetNumberOfPRNs(myString1);

 

 

See also

GetNumberOfPRNs