AcqData.CoordinateSystem Property

Top 

Description

This property is used to generate IIRV.

 

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:

1 ( IIRV: Geocentric True of Date Rotating, EPV: Geocentric True of Date Rotating )

Valid Values:

Value

Label

1

IIRV: Geocentric True of Date Rotating, EPV: Geocentric True of Date Rotating

2

IIRV: Geocentric mean of 1950.0 (B1950.0), EPV: Geocentric mean of 2000.0 (J2000.0)

3

IIRV: Heliocentric B1950.0, EPV: Geocentric True of Date NonRotating

4

IIRV: Reserved for JPL use (non-GFSC)

5

IIRV: Reserved for JPL use (non-GSFC)

6

IIRV: Geocentric mean of 2000.0 (J2000.0)

7

IIRV: Heliocentric J2000.0

 

Syntax

myVariable1 = myAcqData1.CoordinateSystem;

 

myAcqData1.CoordinateSystem = myVariable1;

 

See also

AcqData Object