PlateModel.GetSRPTorque(Array) Method

Top 

Description

Returns the current SRP torque on the PlateModel about the specified referencePoint in the Spacecraft BCS frame. The torque is computed in the Spacecraft body fixed frame.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

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

 

Method Signature

PlateModel.GetSRPTorque(

Array referencePoint)

 

 

Arguments

referencePoint


Description:

The reference point in the Spacecraft's BCS frame about which the SRP torque will be calculated.

Required Size:

3

 

 

 

Return Value

Type:

Array of number (size = 3)

Units:

N m

 

 

The calculated SRP torque.

 

Syntax

myArray1 = myPlateModel1.GetSRPTorque(myArray2);

 

 

See also

PlateModel Object

PlateModel.GetSRPTorque