PhaseCollocationOptions.SRPArea Property

Top 

Description

The SRP Area is the incident cross sectional area to the Sun-Earth line. It is used in the calculation of the force on the spacecraft due to solar radiation pressure.

 

If the Spacecraft's ForceModel.SRPForceGeometry is set to use a PlateModel, then this property will reflect the incident SRP area of the PlateModel, and an error will be reported if you try to assign a value to this property.

 

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.

 

Attributes

Type:

number

Access:

read/write

Units:

m2

Default Value:

1.0

Valid Range:

PhaseCollocationOptions.SRPArea ≥ 0

 

Syntax

myVariable1 = myPhaseCollocationOptions1.SRPArea;

 

myPhaseCollocationOptions1.SRPArea = myVariable1;

 

See also

PhaseCollocationOptions Object