Model 2601B-PULSE System SourceMeter Instrument Reference Manual Section 11: TSP command reference
2601B-PULSE-901-01A April 2020 11-251
Example
smua.trigger.measure.stimulus = trigger.timer[1].EVENT_ID
Sets delay before measurement begins.
Also see
Triggering (on page 6-1)
smua.trigger.measure.Y()
This function configures the measurements that are to be made in a subsequent sweep.
Usage
smua.trigger.measure.Y(rbuffer)
smua.trigger.measure.iv(ibuffer, vbuffer)
SMU measurement type (v = voltage, i = current, r = resistance, p = power)
A reading buffer object where the readings will be stored
A reading buffer object where current readings will be stored
A reading buffer object where voltage readings will be stored
Details
As measurements are made, they are stored in a reading buffer. If the instrument is configured to
return multiple readings where one is requested, the readings are available as they are made.
Measurements are in the following units of measure: v = volts, i = amperes, r = ohms, p = watts.
The smua.trigger.measure.iv() function stores current readings in ibuffer and voltage
readings in vbuffer.
If a given reading buffer contains any data, it is cleared before making any measurements, unless the
reading buffer has been configured to append data.
The SMU only retains the last call to any one of these functions and only that measurement action is
performed.
After configuring the measurements to make with this function, enable the measurement action.
Example
smua.trigger.measure.v(vbuffername)
smua.trigger.measure.action = smua.ENABLE
Stores voltage readings during the sweep in
buffer vbuffername.
Also see
Reading buffers (on page 5-1)
smua.measure.Y() (on page 11-209)
smua.nvbufferY (on page 11-211)
smua.trigger.measure.action (on page 11-248)
Sweep Operation (on page 4-61)
Triggering (on page 6-1)
waitcomplete() (on page 11-393)