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





Windows & Linux

Description

Gets or sets the thruster efficiency. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ThrusterEfficiency() As Double
[C#]
public double ThrusterEfficiency {get; set;}
[Managed C++]
public: __property double get_ThrusterEfficiency();
public: __property void set_ThrusterEfficiency( double );
[Unmanaged C++]
public: HRESULT get_ThrusterEfficiency(
    double * pVal
);
public: HRESULT put_ThrusterEfficiency(
    double InVal
);
[Java]
public double getThrusterEfficiency();
public void setThrusterEfficiency(
    double
);
[Python - STK API ]
@property
def ThrusterEfficiency(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.