Read-only
About PNOP / PSAT Marker Search

Pin Property


Description

Returns the Pin result of a PNOP or PSAT marker search.

PNOP In =  Marker 4 X-axis value

PSAT In = Marker 2 X-axis value

 VB Syntax

pIn = pMark.Pin

Variable

(Type) - Description

pIn

(double) - Variable to store returned value

pMark

A PNOP (object) or PSaturation (object)

Return Type

Double

Default

Not applicable

Examples

pIn = pMark.Pin 'Read

See example program

C++ Syntax

HRESULT get_Pin(double* pNewVal)

Interface

IPNOP or IPSaturation