Read-only
About PNOP Marker Search

BackOffGain Property


Description

Returns the BackOffGain result of the PNOP marker search.

PBO Gain =  PBO Out - PBO In

 VB Syntax

bOffGain = pnop.BackOffGain

Variable

(Type) - Description

bOffGain

(double) - Variable to store returned value

pnop

A PNOP (object)

Return Type

Double

Default

Not applicable

Examples

bOffGain = pnop.BackOffGain 'Read

See example program

C++ Syntax

HRESULT get_BackOffGain(double* pNewVal)

Interface

IPNOP