STK AstrogatorSend comments on this topic.
EquivalentOnTime Property (IAgVAThruster)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_EquivalentOnTime(
    double InVal
);
[Java]
public double getEquivalentOnTime();
public void setEquivalentOnTime(
    double
);
[Python - STK API ]
@property
def EquivalentOnTime(self) -> float:

@EquivalentOnTime.setter
def EquivalentOnTime(self, InVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.