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