High Voltage SourceMeter Instrument Reference Manual Section 12:
2470-901-01 Rev. A / May 2019 12-123
Example
TRIGger:LOAD "SimpleLoop", 5, 0, "buf100"
SOUR:VOLT 0.35
INIT
*WAI
TRAC:DATA? 1, 5, "buf100", READ, SOUR, REL
TRAC:DATA? 1, 5, "buf100", READ, REL
TRAC:DATA? 1, 5, "buf100", REL
TRAC:DATA? 1, 3, "buf100"
Create a buffer called buf100 with a maximum size of 100.
Set the instrument to configure the trigger model to loop, make five readings with no delay, and store the
readings in the buf100 reading buffer.
Set the source level for voltage to 0.35.
Initiate the trigger model and wait for the trigger model to complete. The trigger model will make five readings
and store them in buf100.
Read the five data points, reading, programmed source, and relative time for each point.
Output:
-0.000000,0.350000,0.000000;
-0.000000,0.350000,0.266978,
-0.000000,0.350000,0.443087,
-0.000000,0.350000,0.704459,
-0.000000,0.350000,0.881419
Read five data points and include the reading and relative time for each data point.
Output:
-0.000000,0.000000,
-0.000000,0.266978,
-0.000000,0.443087,
-0.000000,0.704459,
-0.000000,0.881419
Read five data points and include relative time for each data point.
Output:
0.000000,0.266978;0.443087,
0.704459,0.881419
Returns the first three reading values from buf100 reading buffer
Output:
-0.000000,-0.000000,-0.000000
Also see
:FORMat[:DATA] (on page 12-36)
Reading buffers (on page 6-1)
Remote buffer operation (on page 6-25)
:TRACe:MAKE (on page 12-127)