Agilent 4155B/4156B User’s Guide Vol.2, Edition 5 7-19
Data Variable and Analysis Function
Built-in Function
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)