Write/Read |
About Gain Compression |
Description |
Set and read the deviation dB from the maximum Pout. This is the point of saturation. This value is used for Compression Method: Compression from Saturation. |
VB Syntax |
gca.SaturationLevel = value |
Variable |
(Type) - Description |
gca |
A GainCompression (object) |
value |
(Double) - Saturation level in dB. Choose a value greater than 0.01 dB. |
Return Type |
Double |
Default |
.1 dB |
Examples |
gca.SaturationLevel = .5 'Write |
satLevel = gca.SaturationLevel 'Read |
|
C++ Syntax |
HRESULT get_SaturationLevel(double* pVal) HRESULT put_SaturationLevel(double newVal) |
Interface |
IGainCompression3 |