Write/Read |
About Gain Compression |
Description |
Set and read value for the BackOff compression algorithm. |
VB Syntax |
gca.CompressionBackoff = value |
Variable |
(Type) - Description |
gca |
A GainCompression (object) |
value |
(Double) Backoff value in dB. Choose from 30 to (-30) |
Return Type |
Double |
Default |
10 |
Examples |
gca.CompressionBackoff = 7 'Write |
acqMode = gca.CompressionBackoff 'Read |
|
C++ Syntax |
HRESULT get_CompressionBackoff(double* pValue) HRESULT put_CompressionBackoff(double newValue) |
Interface |
IGainCompression |