TrajectoryNode.GetControlAcceleration() Method

Top 

Description

Returns the acceleration due to the control model.

 

For more information on control models, see the TrajectoryPhase.ControlModel property.

 

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.

 

Method Signature

TrajectoryNode.GetControlAcceleration(

)

 

 

Return Value

Type:

Array of number (size = 3)

 

 

The acceleration due to the control model.

 

Syntax

myArray1 = myTrajectoryNode1.GetControlAcceleration();

 

 

See also

TrajectoryNode Object