Description
The GNSSOptions object is a container for processing options for RinexObsFile data and GNSSObservations, including ionospheric correction modeling and measurement weighting. This object is not creatable in script, but is always created as a child object of the RinexObsFile and GNSSObservation objects as seen in the example below:
GNSSObservation1.Galileo.UseMeasurementWeighting = 0;
Users cannot create instances of this type of object. However, users can access instances of this object type that have been created indirectly, for example as children of other objects. Users can also access any static properties and methods on this object type.
Inheritance Hierarchy: Object->GNSSOptions
Parent Objects: GNSSObservation, RinexObsFile
Available In Editions:
Engineer
Mission
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.
Name
|
Description
|
AddIonoFreeMeasurementCode
|
Adds the input Rinex measurement codes for the specfied Navigation Constellation (e.g. GPS or Galileo) to the IonoFreeMeasurementCodesToUse array.
|
AddMeasurementCode
|
Adds the input Rinex measurement code for the specfied Navigation Constellation (e.g. GPS or Galileo) to the MeasurementCodesToUse array.
|
ClearSavedStates
|
Clears previous saved states for this object.
|
GetFromFile
|
Load the object state from the specified FreeFlyer object file.
|
GetFromString
|
Load the object state from the specified string.
|
PutToFile
|
Convert the object state to FreeFlyer object xml and write to a file.
|
PutToString
|
Convert the object state to FreeFlyer object xml and return as a string.
|
ReferenceEquals
|
Returns 1 if the argument refers to the calling object and 0 otherwise.
|
RemoveIonoFreeMeasurementCode
|
Removes the input Rinex measurement codes from the specfied Navigation Constellation (e.g. GPS or Galileo) to the IonoFreeMeasurementCodesToUse array.
|
RemoveMeasurementCode
|
Removes the input Rinex measurement code for the specfied Navigation Constellation (e.g. GPS or Galileo) to the MeasurementCodesToUse array.
|
Restore
|
Restore an object's state from a previously saved state.
|
Save
|
Save the object's state so that it can be restored later.
|
|
|