:CALC<Ch>:EQU:STAT

Type

Command/Query

Syntax

: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?

Description

This command enables/disables the Equation Editor.

Variable

Parameter

Selection Option

Description

State of equation in the Equation Editor.

Data Type

Boolean type (Boolean)

Range

ON|OFF|1|0

Preset Value

OFF

Query Response

{1|0}<newline><^END>

Examples

Dim Var as Integer
Var = 1
Ena.WriteString ":CALC1:EQU:STAT " & Str(Var), True
Ena.WriteString ":CALC1:EQU:STAT?", True
Var=Ena.ReadNumber

Related Commands

:CALC:EQU:TEXT

:CALC:EQU:VAL

Equivalent Softkey

Display > Equation

COM Command Syntax (Internal Control Only)

SCPI.CALCULATE(Ch).SELECTED.EQUATION.STATE

SCPI.CALCULATE(Ch).TRACE(Tr).EQUATION.STATE