TrajectoryPhase.Cr Property

Top 

Description

The Coefficient of Reflectivity is a property that is a function of the properties of the spacecraft's area incident 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 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

Default Value:

1.4

 

Syntax

myVariable1 = myTrajectoryPhase1.Cr;

 

myTrajectoryPhase1.Cr = myVariable1;

 

See also

TrajectoryPhase Object