Section 7: SCPI command reference Series 2280 Precision DC Power Supply Reference Manual
7-130 077085503 / March 2019
:DATA[n]:DATA:SELected?
This query command returns specified data elements in the buffer.
Recall settings
Instrument reset
Power cycle
Usage
:DATA[n]:DATA:SELected? <start>, <end>[,<bufferElements>]
Channel number: For single-channel instruments, the value is 1
Beginning index of the buffer to return: 1 to 2500
Ending index of the buffer to return: 1 to 2500
A list of elements in the buffer to print; if nothing is specified,
defaults are READing, SOURce, UNIT, and RELative; see
Details for a list of options
Details
The <start> parameter specifies the first stored reading to return.
The first stored reading in the buffer is 1. The <end> parameter specifies the last of the readings to
return.
When specifying buffer elements, you can:
ï‚§ Specify buffer elements in any order.
ï‚§ Repeat elements as long as the number of elements in the list is less than 10.
ï‚§ Use a comma to delineate multiple elements for a data point.
ï‚§ Use single or double quotes to enclose all the elements.
For large buffers, you can get the data in 100-point increments. For example, if the data point is 250,
DATA:DATA:SELected 1,100,"READ, SOURce" command will return the first 100 readings and
source values from the buffer. If additional buffer element data is required, such as the CV or CC
status, sending the command DATA:DATA:SELected? 1,100,"MODE" can get the output status.