Description
The specific impulse for this engine. Uses SpecificImpulse Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property Isp() As Double
|
| [C#] |
|---|
public double Isp {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_Isp(); public: __property void set_Isp(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Isp(
double * pVal
);
public: HRESULT put_Isp(
double InVal
);
|
| [Java] |
|---|
public double getIsp();
public void setIsp(
double
);
|
| [Python - STK API] |
|---|
@property
def Isp(self) -> float:
@Isp.setter
def Isp(self, InVal:float) -> None:
|
See Also