STK AviatorSend comments on this topic.
LPCPressureRatio Property (IAgAvtrAdvFixedWingTurbofanBasicABProp)
See Also
Windows





Windows & Linux

Description

Gets or sets the pressure ratio of the low-pressure compressor.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LPCPressureRatio() As Double
[C#]
public double LPCPressureRatio {get; set;}
[Managed C++]
public: __property double get_LPCPressureRatio();
public: __property void set_LPCPressureRatio( double );
[Unmanaged C++]
public: HRESULT get_LPCPressureRatio(
    double * pVal
);
public: HRESULT put_LPCPressureRatio(
    double newVal
);
[Java]
public double getLPCPressureRatio();
public void setLPCPressureRatio(
    double
);
[Python - STK API ]
@property
def LPCPressureRatio(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.