Gets the Defined Power Value for the selected GainType.
Read-only property
[Visual Basic .NET] |
---|
Public Property DefinedPowerValue() As Double |
[C#] |
---|
public double DefinedPowerValue {get;} |
[Managed C++] |
---|
public: __property double get_DefinedPowerValue(); |
[Unmanaged C++] |
---|
public: HRESULT get_DefinedPowerValue( double * pVal ); |
[Java] |
---|
public double getDefinedPowerValue(); |