Section 6: Clarius
Model 4200A-SCS Parameter Analyzer Reference Manual
6-242
4200A-901-01 Rev. C / February 2017
INDEX Formulator function
Returns a specified number of points starting with a specified value and consecutive values incremented by one.
Usage
INDEX(
START
,
N
)
START
The starting value
N
The number of data points to be included
Example
INDEX20 = INDEX(5, 20)
Produces a new column labeled
INDEX20
that
contains 20 values, starting with the value of 5
and ending with a value of 24.
Also see
None