RinexObsFile.GetMeasurementCodesFromHeader(String) Method

Top 

Description

Return the Rinex measurement codes for the specified Navigation Constellation (e.g. GPS or Galileo) found in the header of the RinexObsFile.

 

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

RinexObsFile.GetMeasurementCodesFromHeader(

String gnssConstellation)

 

 

Arguments

gnssConstellation


Description:

String indicating which GNSS Constellation measurement codes are being requested.

Valid Values:

Value

Label

"GPS"

Return the specified measurement codes for the GPS constellation.

"Galileo"

Return the specified measurement codes for the Galileo constellation.

 

 

 

 

Return Value

Type:

Array of string

 

 

Returns the Rinex measurement codes for the specified Navigation Constellation.

 

Syntax

myStringArray1 = myRinexObsFile1.GetMeasurementCodesFromHeader(myString1);

 

 

See also

RinexObsFile Object

RinexObsFile.GetMeasurementCodesFromHeader

Orbit Determination Guide

Tracking Data File Formats