Keysight B2961A/B2962A SCPI Command Reference, Edition 6 4- 95
Subsystem Commands
SENSe Subsystem
function returns “CURR”, “VOLT”, or “RES”, and indicates that the currently
enabled measurement function. If a function is not selected, query returns “” (null
string). Response data type is SRD.
Example :SENS:FUNC “RES”,“VOLT”
:SENS2:FUNC:ON?
:SENSe:FUNCtion[:ON]:ALL
Enables all measurement functions.
Syntax :SENSe[c]:FUNCtion[:ON]:ALL
Example :SENS:FUNC:ALL
:SENSe:FUNCtion[:ON]:COUNt?
Returns the number of measurement functions that are enabled.
Syntax :SENSe[c]:FUNCtion[:ON]:COUNt?
Example :SENS:FUNC:COUN?
:SENSe:FUNCtion:STATe?
Returns if the specified measurement function is enabled or disabled.
Syntax :SENSe[c]:FUNCtion:STATe? function
Parameter function “CURRent[:DC]”|“VOLTage[:DC]”|“RESistance”. Parameter
data type is SPD.
function=“CURRent[:DC]” specifies the current measurement function.
function=“VOLTage[:DC]” specifies the voltage measurement function.
function=“RESistance” specifies the resistance measurement function.
Query response response <newline>
response returns 0 or 1, and indicates that the specified measurement function is
now disabled or enabled respectively. Response data type is NR1.