STK AviatorSend comments on this topic.
P0overP9 Property (IAgAvtrMissileTurbojetProp)
See Also
Windows





Windows & Linux

Description

Gets or sets the pressure ratio from ambient conditions to the engine exit.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property P0overP9() As Double
[C#]
public double P0overP9 {get; set;}
[Managed C++]
public: __property double get_P0overP9();
public: __property void set_P0overP9( double );
[Unmanaged C++]
public: HRESULT get_P0overP9(
    double * pVal
);
public: HRESULT put_P0overP9(
    double newVal
);
[Java]
public double getP0overP9();
public void setP0overP9(
    double
);
[Python - STK API ]
@property
def P0overP9(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.