Value = MaxRipplePoint(Chan,Stim)
Returns the maximum value of the sum of the response differences between the negative peaks and its adjacent positive peaks and the stimulus value of the applicable negative peaks within the analysis range.
MaxRipplePoint
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 maximum value of the sum of the response differences between the negative peaks and its adjacent positive peaks. |
Data type |
Double precision floating point type (Double) |
Note |
If no applicable point is detected, 0 is returned. |
Parameter |
Stim |
Description |
Returns the stimulus value of the negative peak at which the sum of the response differences between the negative peak and its adjacent positive peaks is maximum. |
Data type |
Double precision floating point type (Double) |
Note |
If no applicable point is detected, 0 is returned. |
Dim Value As Double
Dim Stim As Double
Value = MaxRipplePoint(1, Stim)
MsgBox "Max Ripple Value =" & Value & " , Stimulus =" & Stim