Thruster.GetIsp() Method

Top 

Description

Returns the effective specific impulse (Isp) based on the propulsion model Isp polynomial evaluation, scaled by the IspScaleFactor. The Isp polynomial coefficients are specified by the Thruster.ThrusterK1-ThrusterK16 properties.

 

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.

 

Method Signature

Thruster.GetIsp(

)

 

 

Return Value

Type:

number

Units:

s

 

 

Returns the effective specific impulse (Isp) of the Thruster.

 

Syntax

myVariable1 = myThruster1.GetIsp();

 

 

See also

Thruster Object

Thrusters Guide