Value = GapMean(Chan)
Returns the mean value of the response differences between the negative peaks and its adjacent positive peaks within the analysis range.
GapMean
Parameter |
Chan |
Description |
Specifies the channel number. |
Data type |
Integer type (Integer) |
Range |
1 to 9 |
Note |
If the specified variable is out of the allowable setup range, an error occurs when executed. |
Parameter |
Value |
Description |
Returns the mean value of the response differences between the negative peaks and its right and left adjacent positive peaks. |
Data type |
Double precision floating point type (Double) |
Note |
If no applicable point is detected, 0 is returned. |
Dim Value As Double
Value = GapMean(1)
MsgBox "Gap Mean =" & Value