ForceModel.SRPForceGeometry Property

Top 

Description

Determines the SRP calculation mode to use. A value of 0 corresponds to a spherical model. A value of 1 corresponds to an analytic plate model. The plate model must be configured through the Spacecraft.PlateModel settings. Note that this model does not include self-shadowing.

 

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:

integer

Access:

read/write

Default Value:

0 ( Spherical )

Valid Values:

Value

Label

0

Spherical

1

Plate Model

 

Syntax

myVariable1 = myForceModel1.SRPForceGeometry;

 

myForceModel1.SRPForceGeometry = myVariable1;

 

See also

ForceModel Object

Setting up a Force Model