LinearTangentSteering.LambdaDot Property

Top 

Description

The lambda dot value used for steering the thrust direction based on the Linear Tangent Steering law. No unitization is performed on this value by FreeFlyer. The user is responsible for determining the burn model constants, which specifies the burn direction over time.

 

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:

Array of number (size = 3)

Access:

read/write

Units:

1/s

Default Value:

{ 0, 0, 0 }

 

Syntax

myVariable1 = myLinearTangentSteering1.LambdaDot[0];

 

myLinearTangentSteering1.LambdaDot[0] = myVariable1;

 

See also

LinearTangentSteering Object