Plate.GetSRPForce(Variable) Method

Top 

Description

Returns the current SRP force on the Plate in the specified reference frame.

 

In order for the PlateModel to have an effect on the Spacecraft's propagation, the Spacecraft's ForceModel must be configured correctly. Turn on SRP using ForceModel.SRP = 1, and then choose PlateModel-based SRP using ForceModel.SRPForceGeometry = 1.

 

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

Variable frame)

 

 

Arguments

frame


Description:

The frame in which to return the SRP force.

Valid Values:

Value

Label

0

Spacecraft Body Frame

1

Inertial Frame

 

 

 

 

Return Value

Type:

Array of number (size = 3)

Units:

N

 

 

The SRP force on the Plate in the specified reference frame.

 

Syntax

myArray1 = myPlate1.GetSRPForce(myVariable1);

 

 

See also

Plate Object