GNSSOptions.UseMeasurementWeighting Property

Top 

Description

A flag indicating whether or not to perform measurement weighting using internal geometric-based expressions. Measurement weighting should be turned off if a custom Measurement Noise model is implemented at the script level.

 

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.

 

Attributes

Type:

boolean

Access:

read/write

Default Value:

true

 

Syntax

myVariable1 = myGNSSOptions1.UseMeasurementWeighting;

 

myGNSSOptions1.UseMeasurementWeighting = myVariable1;

 

See also

GNSSOptions Object