Read-only |
About PNOP Marker Search |
Description |
Returns the Compression result of the PNOP marker search. Pnop Comp = Pnop Gain - Linear Gain (not shown on marker readout). |
VB Syntax |
comp = pnop.Compression |
Variable |
(Type) - Description |
comp |
(double) - Variable to store returned value |
pnop |
A PNOP (object) |
Return Type |
Double |
Default |
Not applicable |
Examples |
comp = pnop.Compression 'Read |
C++ Syntax |
HRESULT get_Compression(double* pNewVal) |
Interface |
IPNOP |