PhaseSimpleThrusterOptions.NormConstraintBounds Property

Top 

Description

The array containing the lower (first element) and upper (second element) bounds to apply to the norm constraint. The norm constraint is only applied if the 'SimpleThrusterOptions.ApplyNormConstraint' property is set to true (1).

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Attributes

Type:

Array of number (size = 2)

Access:

read/write

Default Value:

{ 0, 1 }

Valid Range:

PhaseSimpleThrusterOptions.NormConstraintBounds ≥ 0

 

Syntax

myVariable1 = myPhaseSimpleThrusterOptions1.NormConstraintBounds[0];

 

myPhaseSimpleThrusterOptions1.NormConstraintBounds[0] = myVariable1;

 

See also

PhaseSimpleThrusterOptions Object