Keithley SourceMeter 2600 Series Reference Manual page 299

Table of Contents

Advertisement

Series 2600 System SourceMeters Reference Manual
display functions and attributes
The functions and attributes in this group are used for various display operations, which
are explained in
display.clear
Function
Clears all lines of the display.
Usage
display.clear()
• This function will switch to the user screen and then clear the display.
Remarks
• The display.clear(), display.setcursor, and display.settext
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.
Details
See
"Clearing the
Also see
display.setcursor,
display.getannunciators
Function
Reads the annunciators that are presently turned on.
Usage
annun = display.getannunciators()
annun
Remarks
This function returns a bimap value that indicates which annunciators are turned on.
The 16-bit binary equivalent of the returned value is the bitmap. For example, assume
the returned value is 1028. The binary equivalent for this value is as follows:
0000010000000100
The above bitmap indicates that bits 3 and 11 are set. From the chart below, bit 3 and
bit 11 corresponds to the annunciators that are turned on (4W and REM). Notice that
the sum of the weighted values for bits 3 and 11 is the returned value (1028).
Annunciator
FILT
MATH
4W
AUTO
ARM
TRIG
* (star)
SMPL
Details
See "Annunciators" on
Section
14.
display" in
Section
display.settext
Returns the bitmap value for annunciators that are turned on.
Bit
Weighted Value
1
1
2
2
3
4
4
8
5
16
6
32
7
64
8
128
Section
14.
Return to
Instrument Control Library 12-25
14.
Annunciator
EDIT
ERR
REM
TALK
LSTN
SRQ
REAR
REL
Section 12 topics
2600S-901-01 Rev. A / May 2006
Bit
Weighted Value
9
256
10
512
11
1024
12
2048
13
4096
14
8192
15
16384
16
32768

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents