User manual
Series 3700 System Switch/Multimeter Reference Manual Section 4: Using the Front Panel
3700S-901-01 Rev. C / July 2008 4-27
LIMIT key
Press the LIMIT key to cycle through the four combinations of limit state
settings:
Limit1 and Limit2 off
Limit1 on and Limit2 off
Limit1 off and Limit2 on
Limit1 and Limit2 on
LIMIT key configuration
Pressing the CONFIG key and then the LIMIT key opens the LIMIT menu.
Select LIMIT 1 or LIMIT 2 to open the desired LIMIT 1 or LIMIT 2 menu.
These menus contain the following items:
ENABLE: Enables or disables limit testing. Related ICL command:
dmm.limit[Y].enable (on page 13-142).
CLEAR: Clears the test results of the limit. Related ICL command:
dmm.limit[Y].clear() (on page 13-141).
AUTOCLEAR: Indicates if the limit should be cleared automatically or not.
Related ICL command: dmm.limit[Y].autoclear (on page 13-141).
LOWVAL: Sets the low limit value. Related ICL command:
dmm.limit[Y].low.value (on page 13-144).
LOWFAIL: Queries for the low test results of the limit. Related ICL
command: dmm.limit[Y].low.fail (on page 13-143).
HIGHVAL: Sets the high limit value. Related ICL command:
dmm.limit[Y].high.value (on page 13-143).
HIGHFAIL: Queries for the high test results of limit. Related ICL command:
dmm.limit[Y].high.fail (on page 13-142).
LOAD key
Press the LOAD key to load scripts along with the Lua chunks added with
display.loadmenu.add() (on page 13-100) for execution. The LOAD TEST menu
is displayed.
The LOAD TEST menu contains the following items:
USER: Provides access to Lua chunks specified by display.loadmenu.add()
(on page 13-100) (not scripts).
SCRIPTS: Provides access to scripts created by the user. The scripts can
be directly executed.