4- 92 Keysight B2961A/B2962A SCPI Command Reference, Edition 6
Subsystem Commands
SENSe Subsystem
offset=STAR specifies the top of the data buffer. Same as
offset=0.
size Number of data to be received. 1 to maximum (depends on the
buffer state). Parameter data type is NR1. If this parameter is
not specified, all data from offset is returned.
Query response response <newline>
response returns the array data specified by the :FORMat:ELEMents:SENSe
command. Response data type is NR3. See “Data Output Format” on page 1-12.
As shown in the following example, response may contain multiple data and
elements. This example contains the current data (ch1currN) and source data
(ch1sourN) of the 10-step sweep measurement by channel 1. With the ASCII data
output format, each data is separated by a comma.
ch1curr1,ch1sour1,ch1curr2,ch1sour2, ...... ch1curr10,ch1sour10
If the measurement function is not enabled or no data exists, response returns
+9.910000E+37 (ASCII) or NaN (IEEE-754) which indicates “not a number”.
Example :FORM:ELEM:SENS CURR,SOUR
:SENS:DATA?
:SENSe:DATA:ACQuire
Executes a spot measurement (one-shot measurement). Measurement conditions
must be set by SCPI commands or front panel operation before executing this
command. Measurement item can be set to CURRent, RESistance, or VOLTage.
Syntax :SENSe[c]:DATA:ACQuire
Example :SENS:DATA:ACQ
:SENSe:DATA:CLEar
Clears all measurement data.
Syntax :SENSe[c]:DATA:CLEar
Example :SENS:DATA:CLE