Read-only |
About PNOP / PSAT Marker Search |
Description |
Returns the Compression Max result of a PSat or PNOP marker search. Comp Max = Gain Max - Linear Gain (not shown on PNOP marker readout). |
VB Syntax |
compMax = pMarker.CompressionMax |
Variable |
(Type) - Description |
compMax |
(double) - Variable to store returned value |
pMarker |
A PNOP (object) or a PSaturation (object) |
Return Type |
Double |
Default |
Not applicable |
Examples |
compMax = pMark.CompressionMax 'Read |
C++ Syntax |
HRESULT get_CompressionMax(double* pNewVal) |
Interface |
IPNOP or IPSaturation |