High Voltage SourceMeter Instrument Reference Manual Section 12: SCP
2470-901-01 Rev. A / May 2019 12-131
Example
TRACe:MAKE "MyBuffer", 100
SENSe:COUNt 5
MEASure:CURRent:DC? "MyBuffer"
TRACe:DATA? 1,5, "MyBuffer", READ, REL, SOUR
TRACe:SAVE "/usb1/myData.csv", "MyBuffer"
TRACe:SAVE "/usb1/myDataRel.csv", "MyBuffer", REL
Create a buffer called MyBuffer with a maximum size of 100.
Make five readings for each measurement request and return the data.
Make the measurements.
Read the reading, relative timestamp, and source value for each point from 1 to 5.
Output:
-0.000000,0.000000,
0.000000,-0.000000,
0.301759,0.000000,
-0.000000,0.579068,
0.000000,-0.000000,
0.884302,0.000000,
-0.000000,1.157444,
0.000000
Save all reading and default time information from a buffer named MyBuffer to a file named myData.csv on
the USB flash drive.
Save all readings and relative timestamps from MyBuffer to a file named myDataRel.csv on the USB flash
Also see
Reading buffers (on page 6-1)
Remote buffer operation (on page 6-25)
:TRACe:MAKE (on page 12-127)
:TRACe:SAVE:APPend (on page 12-132)