User manual

IEEE-488 Reference
3-78
This command is used to enable and disable the front panel display circuitry. When disabled,
the instrument operates at a higher speed. While disabled, the display is frozen with the follow-
ing message:
FRONT PANEL DISABLED
Press LOCAL to resume.
As reported by the message, all front panel controls (except LOCAL) are disabled. Normal dis-
play operation can be resumed by using the :ENABle command to enable the display or by put-
ting the Model 2002 into local.
PRINT #1, "output 16; :disp:enab off; enab?" ' Disable and query display
circuitry
PRINT #1, "enter 16" ' Get response message from 2002
Description
Program fragment