PlateModel.GetSRPForce(Variable) Method

Top 

Description

Returns the current SRP force on the PlateModel 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. 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

PlateModel.GetSRPForce(

Variable frame)

 

 

Arguments

frame


Description:

The frame in which to return the SRP force.

Valid Values:

Value

Label

0

Spacecraft Body Frame

1

ICRF

 

 

 

 

Return Value

Type:

Array of number (size = 3)

Units:

N

 

 

The calculated SRP force.

 

Syntax

myArray1 = myPlateModel1.GetSRPForce(myVariable1);

 

 

See also

PlateModel Object