SCPI.CALCulate(Ch).SELected.EQUation.STATE

Object type

Property (Read-Write)

Syntax

All revision:

SCPI.CALCulate(Ch).SELected.EQUation.STATE= Data

Data = SCPI.CALCulate(Ch).SELected.EQUation.STATE

 

In revision A.9.60 and above, the following syntax is also supported:

SCPI.CALCulate(Ch).TRACe(Tr).EQUation.STATE= Data

Data = SCPI.CALCulate(Ch).TRACe(Tr).EQUation.STATE

Description

This command enable/disable the Equation Editor.

 

In revision A.9.60 and above, you can select the trace and enable/disable the Equation Editor for the trace just by executing the above TRACe(Tr) command. You do not need to execute SCPI.CALCulate(Ch).PARameter(Tr).SELect.

Variable

Parameter

Ch

Description

Channel Number

Range

1 to 36

 

Parameter

Data

Description

Sets/Gets the state of equation in the Equation Editor

Data type

Boolean type (Boolean)

Range

 

Select from either of the following:

  • True or ON: Turns ON the Equation Editor.

  • False or OFF: Turns OFF the Equation Editor.

Preset value

False or OFF

Examples

Dim EqState As Boolean

EqState = ON

SCPI.CALCulate(1).SELected.EQUation.STATE = EqState

EqState = SCPI.CALCulate(1).SELected.EQUation.TEXT

Related objects

SCPI.CALCulate(Ch).SELected.EQUation.TEXT

SCPI.CALCulate(Ch).SELected.EQUation.VALid

Equivalent key

Display > Equation

Equivalent SCPI command

Syntax

All revision:

:CALCulate{[1]-160}[:SELected]:EQUation:STATE {ON|OFF|1|0}

:CALCulate{[1]-160}[:SELected]:EQUation:STATE?

 

In revision A.9.60 and above, the following syntax is also supported:

:CALCulate{[1]-160}:TRACe{[1]-160}:EQUation:STATE {ON|OFF|1|0}

:CALCulate{[1]-160}:TRACe{[1]-160}:EQUation:STATE?

Query response

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

Example of use

10 OUTPUT 717;":CALC1:SELected:EQUation:STATE ON"
20 OUTPUT 717;":CALC1:SELected:EQUation:STATE?"
30 ENTER 717;A