Model 4200A-SCS Parameter Analyzer Reference Manual
Section 6: Clarius
4200A-901-01 Rev. C / February 2017
6-239
FINDD Formulator function
The find down function searches down the column until it finds a value that matches the user-specified value
X
.
FINDD
searches a column (vector)
V
, beginning at
START
. Then it returns the row number (index) of that value.
Usage
FINDD(
V
,
X
,
START
)
V
The name of any column (vector) listed under Columns
X
Any value, which may be the result of another calculations
START
The row number (index) of the starting value for the search
Details
If
FINDD
does not find an exact match for
X
, it returns the row number (index) of the
V
value that is
closest to
X
.
Example
IF = AT(ANODEI, FINDD(ANODEV, 0.7, FIRSTPOS(ANODEV)))
Also see
(on page 6-240)
(on page 6-241)