EasyManua.ls Logo

Tektronix Keithley 2601B-PULSE

Tektronix Keithley 2601B-PULSE
849 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Model 2601B-PULSE System SourceMeter Instrument Reference Manual Section 11: TSP command reference
2601B-PULSE-901-01A April 2020 11-35
Buffer status bits
Bit
Name
Hex
Description when bit is true
B0
Pulser
0x01
Pulser is enabled
B1
Overtemp
0x02
Overtemperature condition
B2
AutoRangeMeas
0x04
Measure range was autoranged
B3
AutoRangeSrc
0x08
Source range was autoranged
B4
4Wire
0x10
4-wire (remote) sense mode enabled
B5
Rel
0x20
Relative offset applied to reading
B6
Compliance
0x40
Source function was limited because the complementary function
would be over the compliance limit
B7
Filtered
0x80
Reading was filtered
Example
reset()
smua.source.func = smua.OUTPUT_DCVOLTS
smua.source.autorangev = smua.AUTORANGE_ON
smua.source.levelv = 5
smua.source.limiti = 10e-3
smua.measure.rangei = 10e-3
smua.source.output = smua.OUTPUT_ON
print(smua.measure.i(smua.nvbuffer1))
smua.source.output = smua.OUTPUT_OFF
print(smua.nvbuffer1.statuses[1])
Reset the instrument.
Set the voltage source function to DC volts.
Set the range to auto.
Set the voltage source to 5 V.
Set current measure limit to 10 mA.
Set the current measure range to 10 mA.
Turn on the output.
Print and place the current reading in the reading buffer.
Turn off the output.
Output status value of the first measurement in the reading buffer.
Output example:
3.99470e-06
4.00000e+00
Also see
bufferVar.measurefunctions (on page 11-26)
bufferVar.measureranges (on page 11-27)
bufferVar.n (on page 11-28)
bufferVar.readings (on page 11-29)
bufferVar.sourcefunctions (on page 11-30)
bufferVar.sourceoutputstates (on page 11-31)
bufferVar.sourceranges (on page 11-32)
bufferVar.sourcevalues (on page 11-33)
bufferVar.timestamps (on page 11-37)
Reading buffers (on page 5-1)

Table of Contents

Other manuals for Tektronix Keithley 2601B-PULSE

Related product manuals