TrajectoryPhase.DynamicalEnforcementMethod Property

Top 

Description

The method used to enforce the equations of motion when optimizing the TrajectoryPhase.

 

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 ( Collocation )

Valid Values:

Value

Label

0

Collocation

1

Integration

 

Syntax

myVariable1 = myTrajectoryPhase1.DynamicalEnforcementMethod;

 

myTrajectoryPhase1.DynamicalEnforcementMethod = myVariable1;

 

See also

TrajectoryPhase Object