STK AviatorSend comments on this topic.
MaxRamScramBurnerTotalTemperature Property (IAgAvtrAdvFixedWingSubSuperHypersonicProp)
See Also
Windows





Windows & Linux

Description

Gets or sets the maximum temperature at the combustion stage in the Ramjet or Scramjet operating mode.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxRamScramBurnerTotalTemperature() As Double
[C#]
public double MaxRamScramBurnerTotalTemperature {get; set;}
[Managed C++]
public: __property double get_MaxRamScramBurnerTotalTemperature();
public: __property void set_MaxRamScramBurnerTotalTemperature( double );
[Unmanaged C++]
public: HRESULT get_MaxRamScramBurnerTotalTemperature(
    double * pVal
);
public: HRESULT put_MaxRamScramBurnerTotalTemperature(
    double newVal
);
[Java]
public double getMaxRamScramBurnerTotalTemperature();
public void setMaxRamScramBurnerTotalTemperature(
    double
);
[Python - STK API ]
@property
def MaxRamScramBurnerTotalTemperature(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.