RinexObsFile.AddNavigationConstellation(Formation, String) Method

Top 

Description

Add the Navigation Constellation (e.g. GPS or Galileo) as an Observer for the tracking data in the file.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

RinexObsFile.AddNavigationConstellation(

Formation formation,


String gnssConstellation)

 

 

Arguments

formation


Description:

The Formation object to be added as one of the observing Navigation Constellations.

 

 

gnssConstellation


Description:

String indicating which GNSS Constellation is being added as an Observation source.

Valid Values:

Value

Label

"GPS"

The Formation object represents the GPS constellation.

"Galileo"

The Formation object represents the Galileo constellation.

 

 

 

 

Return Value

Type:

number

 

 

Returns 1 if the method executed successfully, 0 if it did not.

 

Syntax

myVariable1 = myRinexObsFile1.AddNavigationConstellation(myFormation1, myString1);

 

 

See also

RinexObsFile Object

RinexObsFile.AddNavigationConstellation

Orbit Determination Guide

Tracking Data File Formats