User manual
Section 13: Instrument Control Library (ICL) Series 3700 System Switch/Multimeter Reference Manual
13-94 3700S-901-01 Rev. C / July 2008
display.clear()
Remarks
This function will switch to the user screen and then clear the display.
The display.clear(), display.setcursor() (on page 13-105), and
display.settext() (on page 13-106) functions are overlapped, non-blocking
commands. That is, the script will NOT wait for one of these commands to
complete. These non-blocking functions do not immediately update the display. For
performance considerations, they write to a shadow and will update the display as
soon as processing time becomes available.
Also see
display.setcursor() (on page 13-106)
display.settext() (on page 13-105)
display.getannunciators()
Function
Reads the annunciators that are presently turned on.
Usage
annun = display.getannunciators()
annun: Returns the bitmap value for annunciators that are turned on.