ViewWindow.InstantaneousCelestialSphereRA Property

Top 

Description

This property has been Deprecated. Please use ViewWindow.CurrentViewpoint.CelestialSphereView.RightAscension instead.

 

Dynamically set the camera right ascension of the celestial sphere view mode.

 

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.

 

Attributes

Type:

number

Access:

read/write

Units:

deg

Default Value:

270

Valid Range:

-360 ≤ ViewWindow.InstantaneousCelestialSphereRA ≤ 360

 

Syntax

myVariable1 = myViewWindow1.InstantaneousCelestialSphereRA;

 

myViewWindow1.InstantaneousCelestialSphereRA = myVariable1;

 

See also

ViewWindow Object

ViewWindow Guide