RinexObsFile.RemoveNavigationConstellation(String) Method

Top 

Description

Remove the specified Navigation Constellation (e.g. GPS or Galileo) from the Navigation Constellations array.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

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

 

Method Signature

RinexObsFile.RemoveNavigationConstellation(

String gnssConstellation)

 

 

Arguments

gnssConstellation


Description:

String indicating which GNSS Constellation is being removed.

Valid Values:

Value

Label

"GPS"

The Formation object that represents the GPS constellation.

"Galileo"

The Formation object that represents the Galileo constellation.

 

 

 

 

Return Value

Type:

number

 

 

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

 

Syntax

myVariable1 = myRinexObsFile1.RemoveNavigationConstellation(myString1);

 

 

See also

RinexObsFile Object

Orbit Determination Guide

Tracking Data File Formats