Property (Read-Write)
SCPI.CALCulate(Ch).SELected.EQUation.STATE= Status
Status = SCPI.CALCulate(Ch).SELected.EQUation.STATE
This command enables/disables the Equation Editor of selected channel ( Ch).
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:
|
Preset value |
False or OFF |
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
SCPI.CALCulate(Ch).SELected.EQUation.TEXT
SCPI.CALCulate(Ch).SELected.EQUation.VALid
Display > Equation
:CALCulate{[1]-4}[:SELected]:EQUation:STATE {ON|OFF|1|0}
:CALCulate{[1]-4}[:SELected]:EQUation:STATE?
{1|0}<newline><^END>
10 OUTPUT 717;":CALC1:EQU:STATE ON"
20 OUTPUT 717;":CALC1:EQU:STATE?"
30 ENTER 717;A