Gets or sets the slop factor that accounts for losses.
Read-write property
[Visual Basic .NET] |
---|
Public Property InducedPowerCorrectionFactor() As Double |
[C#] |
---|
public double InducedPowerCorrectionFactor {get; set;} |
[Managed C++] |
---|
public: __property double get_InducedPowerCorrectionFactor(); |
[Unmanaged C++] |
---|
public: HRESULT get_InducedPowerCorrectionFactor( double * pVal ); public: HRESULT put_InducedPowerCorrectionFactor( double newVal ); |
[Java] |
---|
public double getInducedPowerCorrectionFactor(); public void setInducedPowerCorrectionFactor( double ); |