Keithley 3700 series Reference Manual page 199

System switch/multimeter
Hide thumbs Also See for 3700 series:
Table of Contents

Advertisement

Series 3700 System Switch/Multimeter Reference Manual
display.getannunciators
Remarks
Example
display.getcursor
Function
Usage
Document Number: 3700S-901-01 Rev. A / August 2007
This function returns a bitmap 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
Bit
FILT
1
MATH
2
4W
3
AUTO
4
ARM
5
TRIG
6
*(star)
7
SMPL
8
Reads the annunciators that are turned on:
annun = display.getannunciators()
print(annun)
Output: 1.280000e+03
For the returned value of 1280, the binary equivalent is 0000010100000000. Bits 9 and
11 are set. Using the above chart in "Remarks", the REM and EDIT annunciators are
turned on.
Reads the present position of the cursor for the user display.
row, column, style = display.getcursor()
row: Returns the row for the present cursor position.
column: Returns the column for the present cursor position.
style: Returns the cursor style.
Section 9: Instrument Control Library (ICL)
Weighted
Annunciator
Value
1
EDIT
2
ERR
4
REM
8
16
LSTN
32
SRQ
64
REAR
128
REL
Bit
Weighted
Value
9
256
10
512
11
1024
12
2048
13
4096
14
8192
15
16384
16
32768
9-55

Advertisement

Table of Contents
loading

Table of Contents