2470 High Voltage SourceMeter Instrument Reference Manual
Section 11: Introduction to SCPI commands
2470-901-01 Rev. A /
May
2019
11-9
Acquiring readings using SCPI commands
The following table summarizes SCPI commands that acquire and return readings.
Command
Description
FETCh?
Returns the specified data elements from the most recent reading. This command
does not trigger source-measure operations. This command can repeatedly return
the same readings. Until there are new readings, this command continues to
return the old readings.
READ?
Makes measurements, places them in a reading buffer, and returns the specified
data elements from the latest reading. The
READ?
query returns the same
information as the following commands:
TRACe:TRIGger
FETCh?
Do not use
INITiate
with the
READ?
command.
For example, send the following command to obtain the source voltage,
measured current, and relative timestamp:
READ? 1, 10, "defbuffer1", SOUR, READ, REL
See
(on page 12-6) for more information about the
READ?
command.
MEASure?
Same as
READ?
. See
(on page 12-4) for more information.
TRACe:DATA?
Returns specified data elements from a specified reading buffer. Use this
command if
SENSe:COUNT
>
1
. Use
TRACe:TRIGger
to start making
measurements if you are not using the trigger model.
For example, send the following command to get the source voltage, measured
current, and relative timestamp:
TRAC:DATA? 1, 10, "defbuffer1", SOUR, READ, REL
See
(on page 12-120) for more information about the
TRACe?
command.