 Description
Description
The slop factor that accounts for losses.
 Property type
Property type
Read-write property
 Syntax
Syntax
| [Visual Basic .NET] | 
|---|
| Public Property InducedPowerCorrectionFactor() As Double
 | 
| [C#] | 
|---|
| public double InducedPowerCorrectionFactor {get; set;}
 | 
| [Managed C++] | 
|---|
| public: __property double get_InducedPowerCorrectionFactor();public: __property void set_InducedPowerCorrectionFactor(
    double
);
 | 
| [Unmanaged C++] | 
|---|
| public: HRESULT get_InducedPowerCorrectionFactor(
    double * pVal
);
public: HRESULT put_InducedPowerCorrectionFactor(
    double newVal
);
 | 
| [Java] | 
|---|
| public double getInducedPowerCorrectionFactor();
public void setInducedPowerCorrectionFactor(
    double
);
 | 
| [Python - STK API] | 
|---|
| @property
def InducedPowerCorrectionFactor(self) -> float:
@InducedPowerCorrectionFactor.setter
def InducedPowerCorrectionFactor(self, newVal:float) -> None:
 | 
 See Also
See Also