User`s guide
Agilent 4155C/4156C User’s Guide Vol.2, Edition 6 9-11
Built-in Functions
MAX
MAX
Returns the maximum sweep or sampling value.
Syntax MAX(expression)
For subordinate sweep measurement, this function returns the maximum value of
the primary sweep for the secondary sweep step.
If there are invalid values in expression, invalid values are ignored.
Example To return the maximum value of ID:
MAX(ID)
MIN
Returns the minimum sweep or sampling value.
Syntax MIN(expression)
For subordinate sweep measurement, this function returns the minimum value of the
primary sweep for the secondary sweep step.
If there are invalid values in expression, invalid values are ignored.
Example To return the minimum value of ID:
MIN(ID)
SQRT
Returns the square root of the expression.
Syntax SQRT(expression)
Example To return the square root of ID:
SQRT(ID)