TrajectoryPhase.AddRotatingStateConstraint(RotatingPulsatingSystem, String, Array, Variable, Variable) Method

Top 

Description

Adds a constraint on the TrajectoryPhase's position and velocity variables in a rotating frame of reference.

 

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.

 

Method Signature

TrajectoryPhase.AddRotatingStateConstraint(

RotatingPulsatingSystem rotatingSystem,


String endpoint,


Array indices,


Variable lowerBound,


Variable upperBound)

 

 

Arguments

rotatingSystem


Description:

The RotatingPulsatingSystem used used for the rotating frame of reference.

 

 

endpoint


Description:

The endpoint at which to add the constraint.

Valid Values:

Value

Label

"first"

Set the constraint at the first node of the TrajectoryPhase.

"last"

Set the constraint at the last node of the TrajectoryPhase.

 

 

 

indices


Description:

The position/velocity indices to constrain.

Required Size:

At least 1

 

 

lowerBound


Description:

The lower bound to set.

 

 

upperBound


Description:

The upper bound to set.

 

 

 

Syntax

myTrajectoryPhase1.AddRotatingStateConstraint(myRotatingPulsatingSystem1, myString1, myArray1, myVariable1, myVariable2);

 

 

See also

TrajectoryPhase Object

TrajectoryPhase.AddRotatingStateConstraint