Read-only |
About PNOP / PSAT Marker Search |
Description |
Returns the POut result of the PNOP or PSAT marker search. PSAT Out = Marker 2 Y-axis value PNOPOut = Marker 4 Y-axis value |
VB Syntax |
pOut = pMark.POut |
Variable |
(Type) - Description |
pOut |
(double) - Variable to store returned value |
pMark |
A PNOP (Object) or PSaturation (Object) |
Return Type |
Double |
Default |
Not applicable |
Examples |
pOut = pMark.POut 'Read |
C++ Syntax |
HRESULT get_POut(double* pNewVal) |
Interface |
IPNOP or IPSaturation |