Write/Read |
About Gain Compression |
Description |
Set and read the maximum permitted number of iterations which SMART Sweep may utilize to find the desired compression level, to within the specified tolerance. |
VB Syntax |
gca.SmartSweepMaximumIterations = value |
Variable |
(Type) - Description |
gca |
A GainCompression (object) |
value |
(integer) - Maximum number of iterations. Choose a value between 1 and 50. |
Return Type |
Integer |
Default |
20 |
Examples |
gca.SmartSweepMaximumIterations = 10 'Write |
iters = gca.SmartSweepMaximumIterations 'Read |
|
C++ Syntax |
HRESULT get_SmartSweepMaximumIterations(int* pVal) HRESULT put_SmartSweepMaximumIterations(int newVal) |
Interface |
IGainCompression |