Write/Read |
About Gain Compression |
Description |
Sets whether or not interpolation should be performed on 2D measured compression data. Applies ONLY to 2D acquisition modes. |
VB Syntax |
gca.CompressionInterpolation = value |
Variable |
(Type) - Description |
gca |
A GainCompression (object) |
value |
(boolean) - Choose from: True Interpolate the results False Do NOT interpolate the results but return the value closest to compression. |
Return Type |
Boolean |
Default |
False |
Examples |
gca.CompressionInterpolation = True 'Write |
compInt = gca.CompressionInterpolation 'Read |
|
C++ Syntax |
HRESULT get_CompressionInterpolation(VARIANT_BOOL* pVal) HRESULT put_CompressionInterpolation(VARIANT_BOOL newVal) |
Interface |
IGainCompression |