PhaseControlModel.ControlType Property

Top 

Description

The type of control used by the ControlModel. All control models and their associated variables are formulated in the MJ2000 Earth Equator coordinate frame.

 

Warning: assigning a new value to this property will erase the existing control variables in the TrajectoryPhase and replace them with default values for the chosen control type.

 

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 ( None (ballistic) )

Valid Values:

Value

Label

0

None (ballistic)

1

Simple Thruster

2

Ideal Solar Sail

 

Syntax

myVariable1 = myPhaseControlModel1.ControlType;

 

myPhaseControlModel1.ControlType = myVariable1;

 

See also

PhaseControlModel Object