Gets or sets the power amplifier bandwidth.
Read-write property
[Visual Basic .NET] |
---|
Public Property PowerAmpBandwidth() As Double |
[C#] |
---|
public double PowerAmpBandwidth {get; set;} |
[Managed C++] |
---|
public: __property double get_PowerAmpBandwidth(); |
[Unmanaged C++] |
---|
public: HRESULT get_PowerAmpBandwidth( double * pVal ); public: HRESULT put_PowerAmpBandwidth( double val ); |
[Java] |
---|
public double getPowerAmpBandwidth(); public void setPowerAmpBandwidth( double ); |