Plate.GetSRPTorque() Method

Top 

Description

Returns the current SRP torque on the Plate about the origin of the Spacecraft BCS. The torque is computed in the Spacecraft body fixed frame.

 

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.GetSRPTorque(

)

 

 

Return Value

Type:

Array of number (size = 3)

Units:

N m

 

 

The SRP torque on the Plate in the Spacecraft body fixed frame.

 

Syntax

myArray1 = myPlate1.GetSRPTorque();

 

 

See also

Plate Object

Plate.GetSRPTorque