Keithley 2601B Reference Manual page 152

2600b series system sourcemeter instrument
Hide thumbs Also See for 2601B:
Table of Contents

Advertisement

Series 2600B System SourceMeter® Instrument Reference Manual
Buffer status
The buffer reading status attribute includes the status information as a numeric value; see the
following table for values. For example, to access status information for the second element of SMU
channel A buffer 1, use the following command:
stat_info = smua.nvbuffer1.statuses[2]
Buffer status bits
Bit
Name
B0
Reserved
B1
Overtemp
B2
AutoRangeMeas
B3
AutoRangeSrc
B4
4Wire
B5
Rel
B6
Compliance
B7
Filtered
Dynamic reading buffers
Reading buffers can also be allocated dynamically. Dynamic reading buffers are created and
allocated with the smuX.makebuffer(n) command, where n is the number of readings the buffer
can store. For example, the following command allocates a reading buffer named mybuffer that can
store 100 readings:
mybuffer = smua.makebuffer(100)
Allocated reading buffers can be deleted as follows:
mybuffer = nil
Dynamically allocated reading buffers can be used interchangeably with the smuX.nvbufferY
buffers that are described in
2600BS-901-01 Rev. B / May 2013
Hex value Description
0x01
Reserved for future use
0x02
Over temperature condition
0x04
Measure range was autoranged
0x08
Source range was autoranged
0x10
4-wire (remote) sense mode enabled
0x20
Rel applied to reading
0x40
Source function in compliance
0x80
Reading was filtered
Dedicated reading buffer designations
Section 3: Functions and features
(on page 3-11).
3-17

Advertisement

Table of Contents
loading

This manual is also suitable for:

2604b2614b2634b2635b2636b2602b ... Show all

Table of Contents