DSNObservation.AngleType Property

Top 

Description

A flag indicating which angle pair to process, either Azimuth/Elevation or Right Ascension/Declination measurements.

 

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 ( Az/El )

Valid Values:

Value

Label

0

Az/El

1

RA/DEC

 

Syntax

myVariable1 = myDSNObservation1.AngleType;

 

myDSNObservation1.AngleType = myVariable1;

 

See also

DSNObservation Object