FiniteBurn.ThrustSteeringMethod Property

Top 

Description

Set the steering method to use throughout the burn.

 

If "Linear Tangent" steering is selected FiniteBurn.BurnDirection array will be overridden by the Linear Tangent Steering constants set using the FiniteBurn.LinearTangentSteering object. 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 millisecond timing precision mode.

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

 

Attributes

Type:

string

Access:

read/write

Default Value:

"None" ( None )

Valid Values:

Value

Label

"None"

None

"Linear Tangent"

Linear Tangent

 

Syntax

myString1 = myFiniteBurn1.ThrustSteeringMethod;

 

myFiniteBurn1.ThrustSteeringMethod = myString1;

 

See also

FiniteBurn Object

FiniteBurn.LinearTangentSteering

Finite Burns Guide