STK AviatorSend comments on this topic.
PropellantSpecificHeatRatio Property (IAgAvtrMissileRocketProp)
See Also
Windows





Windows & Linux

Description

Gets or sets the ratio of the propellant's constant-pressure specific heat to the constant volume specific heat.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PropellantSpecificHeatRatio() As Double
[C#]
public double PropellantSpecificHeatRatio {get; set;}
[Managed C++]
public: __property double get_PropellantSpecificHeatRatio();
public: __property void set_PropellantSpecificHeatRatio( double );
[Unmanaged C++]
public: HRESULT get_PropellantSpecificHeatRatio(
    double * pVal
);
public: HRESULT put_PropellantSpecificHeatRatio(
    double newVal
);
[Java]
public double getPropellantSpecificHeatRatio();
public void setPropellantSpecificHeatRatio(
    double
);
[Python - STK API ]
@property
def PropellantSpecificHeatRatio(self) -> float:

@PropellantSpecificHeatRatio.setter
def PropellantSpecificHeatRatio(self, newVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.