Read-only |
About Marker Search |
Description |
Returns the GainMax result of the PNOP or PSAT marker search. Gain Max = PMax Out - PMax In |
VB Syntax |
gainMax = pMarker.GainMax |
Variable |
(Type) - Description |
gainMax |
(double) - Variable to store returned value |
pMarker |
A PNOP (object) or PSaturation (Object) |
Return Type |
Double |
Default |
Not applicable |
Examples |
gainMax = pMarker.GainMax 'Read |
C++ Syntax |
HRESULT get_GainMax(double* pNewVal) |
Interface |
IPNOP or IPSaturation |