Write/Read |
About Gain Compression |
Description |
Set and read the 'X" value in the delta X/Y compression algorithm. |
VB Syntax |
gca.CompressionDeltaX = value |
Variable |
(Type) - Description |
gca |
A GainCompression (object) |
value |
(double) X value in dB. Choose from 30 to (-30) |
Return Type |
Double |
Default |
10 |
Examples |
gca.CompressionDeltaX = 'Write |
xDelta = gca.CompressionDeltaX 'Read |
|
C++ Syntax |
HRESULT get_CompressionDeltaX(double* pVal) HRESULT put_CompressionDeltaX(double newVal) |
Interface |
IGainCompression |