Command/Query
:CALCulate<Ch>[:SELected]:EQUation:STATe {ON|OFF|1|0}
:CALCulate<Ch>[:SELected]:EQUation:STATe?
The following syntax is also supported:
:CALCulate<Ch>:TRACe<Tr>:EQUation:STATe {ON|OFF|1|0}
:CALCulate<Ch>:TRACe<Tr>:EQUation:STATe?
This command enables/disables the Equation Editor.
Parameter |
Selection Option |
Description |
State of equation in the Equation Editor. |
Data Type |
Boolean type (Boolean) |
Range |
ON|OFF|1|0 |
Preset Value |
OFF |
{1|0}<newline><^END>
Dim Var as Integer
Var = 1
Ena.WriteString ":CALC1:EQU:STAT " & Str(Var), True
Ena.WriteString ":CALC1:EQU:STAT?", True
Var=Ena.ReadNumber
Display > Equation
SCPI.CALCULATE(Ch).SELECTED.EQUATION.STATE
SCPI.CALCULATE(Ch).TRACE(Tr).EQUATION.STATE