TrajectoryPhase.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 TrajectoryPhase's ForceModel.SRPForceGeometry is set to use a PlateModel then this property will have no effect (PlateModel usage is not supported with the TrajectoryPhase object).

 

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.

 

Attributes

Type:

number

Access:

read/write

Units:

m2

Default Value:

1.0

Valid Range:

TrajectoryPhase.SRPArea ≥ 0

 

Syntax

myVariable1 = myTrajectoryPhase1.SRPArea;

 

myTrajectoryPhase1.SRPArea = myVariable1;

 

See also

TrajectoryPhase Object