Model 2601B-PULSE System SourceMeter Instrument Reference Manual Section 11: TSP command reference
2601B-PULSE-901-01A April 2020 11-35
Description when bit is true
Overtemperature condition
Measure range was autoranged
Source range was autoranged
4-wire (remote) sense mode enabled
Relative offset applied to reading
Source function was limited because the complementary function
would be over the compliance limit
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)