PhaseSimpleThrusterOptions.ApplyThrustDirectionConstraint Property

Top 

Description

Whether to constrain the control vectors between consecutive nodes to be within some maximum angular distance of each other. When this constraint is applied, the maximum angular distance is defined by the SimpleThrusterOptions.ThrustDirectionMaximumDifference property. This constraint may be useful in preventing anti-linear thrust directions when solving mass / delta-v optimal problems.

 

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:

boolean

Access:

read/write

Default Value:

false

 

Syntax

myVariable1 = myPhaseSimpleThrusterOptions1.ApplyThrustDirectionConstraint;

 

myPhaseSimpleThrusterOptions1.ApplyThrustDirectionConstraint = myVariable1;

 

See also

PhaseSimpleThrusterOptions Object