User`s guide
Agilent EasyEXPERT User’s Guide Vol. 1, Edition 1 5- 13
Built-in Programming Tool
Built-in Functions
max(A) Returns the maximum value of data in the expression A. For subordinate sweep
measurement, this function returns the maximum value of the primary sweep for
each secondary sweep step.
If there are invalid values in A, invalid values are ignored.
Example B=max(A)
Data type A: vector or numeric, B: vector.
min(A) Returns the minimum value of data in the expression A. For subordinate sweep
measurement, this function returns the minimum value of the primary sweep for
each secondary sweep step.
If A contains invalid values, the invalid values are ignored.
Example B=min(A)
Data type A: vector or numeric, B: vector.
readThermometer
OfN1265A(A)
Performs the temperature measurement by using the thermometer channel specified
by the expression A, and returns the measured value. If this function is executed
when a classic test is in progress, this function returns the last measured temperature
value. To enable the thermometer channel, see
“UHC Expander / Fixture” on page
1-72. If the thermometer channel is disabled, this function returns NaN.
Example B=readThermometerOfN1265A(A)
Data type A: numeric (1 or 2), B: numeric (C).
setDeviceId(A) Sets the value of the string variable A to the Device ID parameter of the test result
record. This value is effective for the test result records created after this function
call. If the A value is an empty string, this function does nothing.
Example B=setDeviceId(A)
Data type A: string, B: numeric. B (returned value) is always 0.
sin(A) Returns the sine value of the expression A.
Example B=sin(A)
Data type A: numeric, B: numeric. Or A: vector, B: vector.
sqrt(A) Returns the square root of the expression A.
Example B=sqrt(A)
Data type A: numeric, B: numeric. Or A: vector, B: vector.