Thruster.UnboundedDutyCycle Property

Top 

Description

The percentage of on-time of the thruster during a burn. This property offers the same functionality as the DutyCycle property, but doesn't have range restrictions. It is recomended that the primary DutyCycle property be used, but this property is supported to offer compatibility with previous versions of FreeFlyer. This property scales the mass depletion and the acceleration due to thrust.

 

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:

number

Access:

read/write

Default Value:

1.0

 

Syntax

myVariable1 = myThruster1.UnboundedDutyCycle;

 

myThruster1.UnboundedDutyCycle = myVariable1;

 

See also

Thruster Object

Thrusters Guide