FirstRightGap(Chan)

Syntax

Value = FirstRightGap(Chan)

Description

Returns the response difference between the fist detected positive peak when searching from the left edge toward the right edge within the analysis range and its right adjacent negative peak.

FirstRightGap

Variable

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.

Return value

Parameter

Value

Description

Returns the response difference between the first detected positive peak when searching from the left edge toward the right edge within the analysis range and its right adjacent negative peak.

Data type

Double precision floating point type (Double)

Note

If no applicable point is detected, 0 is returned.

Example of use

Dim Value As Double

Value = FirstRightGap(1)

MsgBox "First Right Gap =" & Value