STK AstrogatorSend comments on this topic.
Isp Property (IAgVAEngineConstant)
See Also
Windows





Windows & Linux

Description

Gets or sets 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

© 2024 Analytical Graphics, Inc. All Rights Reserved.