AGI STK Astrogator 11 Send comments on this topic.
EquivalentOnTime Property (IAgVAThruster)
See Also 





Description

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.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EquivalentOnTime() As Double

[C#]
public double EquivalentOnTime {get; set;}

[Managed C++]
public: __property double get_EquivalentOnTime();
public: __property void set_EquivalentOnTime(
double
);

[Unmanaged C++]
public: HRESULT get_EquivalentOnTime(
double * pRetVal
);
public: HRESULT put_EquivalentOnTime(
double NewEquivalentOnTime
);

[Java]
public double getEquivalentOnTime();public void setEquivalentOnTime(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1