Spacecraft.DutyCycle(Thruster) Method

Top 

Description

Returns the duty cycle of a Thruster Object. Duty cycle is the percentage on-time of a given thruster during a burn. This property scales the mass depletion and scales the acceleration due to thrust. This property ranges between 0 and 1.

 

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

Spacecraft.DutyCycle(

Thruster thruster)

 

 

Arguments

thruster


Description:

The Thruster to use in the duty cycle calculation.

 

 

 

Return Value

Type:

number

 

 

Returns the percentage of time a thruster is actually turned on over the maneuver execution time.

 

Syntax

myVariable1 = mySpacecraft1.DutyCycle(myThruster1);

 

 

See also

Spacecraft Object

Spacecraft Propagation Guide

Coverage and Contact Analysis Guide