Plate.GetUpdatedNormal() Method

Top 

Description

Returns the updated normal vector for this plate as it points to track the sun according to the plate's ArticulationModel. The normal vector is given in the Spacecraft's body coordinate system.

 

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.

 

Method Signature

Plate.GetUpdatedNormal(

)

 

 

Return Value

Type:

Array of number (size = 3)

 

 

The updated normal vector for this plate.

 

Syntax

myArray1 = myPlate1.GetUpdatedNormal();

 

 

See also

Plate Object