Read-only
About PNOP Marker Search

Compression Property


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

See example program

C++ Syntax

HRESULT get_Compression(double* pNewVal)

Interface

IPNOP