Spacecraft.AttitudeAngles Property

Top 

Description

This property has been Deprecated. Please use the EulerAngles vector instead.

 

These are the angles associated with the Euler attitude system. These angles will be applied as a set of three rotations to the Spacecraft's attitude about the axes set in the Spacecraft.EulerSequence property.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Attributes

Type:

Array of number (size = 3)

Access:

read/write

Units:

deg

Default Value:

{ 0, 0, 0 }

Valid Range:

0 ≤ Spacecraft.AttitudeAngles ≤ 360

 

Syntax

myVariable1 = mySpacecraft1.AttitudeAngles[0];

 

mySpacecraft1.AttitudeAngles[0] = myVariable1;

 

See also

Spacecraft Object

Spacecraft Propagation Guide

Coverage and Contact Analysis Guide