DSNObservation.RangeObservableToUse Property

Top 

Description

Indicates which range observable to use. If this is set to uncorrected then the raw range (meas_rng) is used, and the calibrations / corrections are applied manually. Otherwise the corrected range observable (rng_obs) is used.

 

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.

 

Attributes

Type:

integer

Access:

read/write

Default Value:

0 ( Uncorrected )

Valid Values:

Value

Label

0

Uncorrected

1

Corrected

 

Syntax

myVariable1 = myDSNObservation1.RangeObservableToUse;

 

myDSNObservation1.RangeObservableToUse = myVariable1;

 

See also

DSNObservation Object