Plate.GetUpdatedCenterOfPressure() Method

Top 

Description

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

 

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.

 

Method Signature

Plate.GetUpdatedCenterOfPressure(

)

 

 

Return Value

Type:

Array of number (size = 3)

Units:

m

 

 

The updated center of pressure for this plate.

 

Syntax

myArray1 = myPlate1.GetUpdatedCenterOfPressure();

 

 

See also

Plate Object