RinexObsFile.SetNavigationConstellation(Formation) Method

Top 

Description

Set the Navigation Constellation (e.g. GPS) as the Observer for the tracking data in the file.

 

This method has been Deprecated. Please use RinexObsFile.AddNavigationConstellation instead.

 

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.SetNavigationConstellation(

Formation formation)

 

 

Arguments

formation


Description:

The Formation object to be used as the Navigation Constellation.

 

 

 

Return Value

Type:

number

 

 

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

 

Syntax

myVariable1 = myRinexObsFile1.SetNavigationConstellation(myFormation1);

 

 

See also

RinexObsFile Object

Orbit Determination Guide

Tracking Data File Formats