Keysight B2961A/B2962A SCPI Command Reference, Edition 6 4- 93
Subsystem Commands
SENSe Subsystem
:SENSe:DATA:LATest?
Returns the latest current measurement data, voltage measurement data, resistance
measurement data, source output setting data, status data, or time data specified by
the
:FORMat:ELEMents:SENSe command. The data is not cleared until the
:INITiate, :MEASure, :READ, or :SENSe:DATA:CLEar command is executed.
Syntax :SENSe:DATA:LATest?
Query response response <newline>
response returns the latest 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 elements.
This example contains the latest current data (ch1curr10) and source data
(ch1sour10) of the 10-step sweep measurement by channel 1. With the ASCII data
output format, each data is separated by a comma.
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:LAT?
:SENSe:FUNCtion:OFF
Disables the specified measurement functions.
Syntax :SENSe[c]:FUNCtion:OFF function[, function[, function]]
:SENSe[c]:FUNCtion:OFF?
Parameter function “CURRent[:DC]”|“VOLTage[:DC]”|“RESistance” (default).
Case insensitive. Parameter data type is SPD.
function=“CURRent[:DC]” selects the current measurement function.
function=“VOLTage[:DC]” selects the voltage measurement function.
function=“RESistance” selects the resistance measurement function.
Query response function[, function[, function]]<newline>