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

Object type

Property (Read Only)

Syntax

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

Description

This command returns False when the equation expression and label are correct but the required S-parameter data is not measured or if it refers the invalid corrected memory array. Annotation of 'Equ!' is displayed when this command returns a False value.

Variable

Parameter

Data

Description

A boolean value which gets the state of the equation in the Equation Editor of selected channel (Ch) as invalid (False) or valid (True)

Data type

Boolean type (Boolean)

Range

 

True or ON: Valid Spara data

False or OFF: Invalid Spara data

Preset value

False or OFF

Examples

Dim EqState As Boolean

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

Related objects

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

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

Equivalent key

No equivalent key is available on the front panel.

Equivalent SCPI command

Syntax

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

Query response

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

Example of use

 

10 OUTPUT 717;":CALC1:EQU:VAL?"
20 ENTER 717;A