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 nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond 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