Section 6: SCPI command reference
Model 2461 Interactive SourceMeter® Instrument Reference Manual
6-100
2461-901-01 A/November 2015
When source readback is on, the front-panel display shows the measured source value and the buffer
records the measured source value immediately before the device-under-test measurement. When
source readback is off, the front-panel display shows the configured source value and the buffer
records the configured source value immediately before the device-under-test measurement.
Example
*RST
TRAC:MAKE "MyBuffer", 100
SOUR:FUNC VOLT
SENS:FUNC "CURR"
SOUR:VOLT:READ:BACK ON
SOUR:VOLT 10
COUNT 100
OUTP ON
READ? "MyBuffer"
OUTP OFF
TRAC:DATA? 1, 100, "MyBuffer", SOUR, READ
Reset the instrument to default settings.
Make a buffer named "MyBuffer" that can hold
100 readings.
Set source function to voltage.
Set the measurement function to current.
Set read back on.
Set the instrument to take 100 readings.
Turn the output on.
Take a measurement (100 readings).
Turn the output off.
Get the source values and measurements from
the buffer.
Also see
(on page 6-95)