The equivalent on-time percentage is a factor multiplied by the thrust. The thrust is applied continuously throughout the maneuver and is reduced by the percentage. The mass flow rate is likewise reduced. E.g., for an on-time percentage of 75%, the acceleration on the spacecraft will be reduced by 25%, and only 75% of the fuel will be used. Dimensionless.
Read-write property
[Visual Basic .NET] |
---|
Public Property EquivalentOnTime() As Double |
[C#] |
---|
public double EquivalentOnTime {get; set;} |
[Managed C++] |
---|
public: __property double get_EquivalentOnTime(); |
[Unmanaged C++] |
---|
public: HRESULT get_EquivalentOnTime( double * pVal ); public: HRESULT put_EquivalentOnTime( double InVal ); |
[Java] |
---|
public double getEquivalentOnTime(); public void setEquivalentOnTime( double ); |