Keysight B2961A/B2962A SCPI Command Reference, Edition 6 4- 9
Subsystem Commands
CALCulate Subsystem
:CALCulate:MATH:STATe
Enables or disables the math expression.
Syntax :CALCulate[c]:MATH:STATe mode
:CALCulate[c]:MATH:STATe?
Parameter mode 1|ON|0|OFF (default). Parameter data type is boolean.
mode=1 or ON enables the math expression.
mode=0 or OFF disables the math expression.
Query response mode <newline>
mode is 0 or 1, and indicates that the math expression is off or on, respectively.
Response data type is NR1.
Example :CALC:MATH:STAT 1
:CALC2:MATH:STAT?
:CALCulate:MATH:UNITs
Defines the unit name for the math expression.
Syntax :CALCulate[c]:MATH:UNITs unit
:CALCulate[c]:MATH:UNITs?
Parameter unit Unit name. Up to 32 ASCII characters. Parameter data type is
SPD.
Query response unit <newline>
unit returns the unit name of the math expression. Response data type is SRD.
Example :CALC:MATH:UNIT “amps”
:CALC2:MATH:UNIT?