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

Object type

Property (Read-Write)

Syntax

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

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

Description

This command enables/disables the Equation Editor of selected channel ( Ch).

Variable

Parameter

Status

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 strEq As String

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

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

SCPI.CALCulate(1).SELected.EQUation.TEXT = "Example=S21/(1-S11)"
strEq = 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

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

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

Query response

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

Example of use

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