Write/Read |
About Gain Compression |
Description |
Set and read auto IFBW adjustment ON | OFF state for Gain Compression measurements. |
VB Syntax |
gca.AutoIFBWAdjustment = value |
Variable |
(Type) - Description |
|
gca |
A GainCompression (object) |
|
value |
(Boolean) - Auto IFBW adjustment state. Choose from: False - Sets auto IFBW adjustment OFF True - Sets auto IFBW adjustment ON |
Return Type |
Boolean |
Default |
ON |
Examples |
gca.AutoIFBWAdjustment = True 'Write |
|
aifbw = gca.AutoIFBWAdjustment 'Read |
|
C++ Syntax |
HRESULT get_AutoIFBWAdjustment(VARIANT_BOOL* bState) HRESULT put_AutoIFBWAdjustment(VARIANT_BOOL bState) |
Interface |
IGainCompression |