Property (Read-Write)
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
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.
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:
|
Preset value |
False or OFF |
Dim EqState As Boolean
EqState = ON
SCPI.CALCulate(1).SELected.EQUation.STATE = EqState
EqState = SCPI.CALCulate(1).SELected.EQUation.TEXT
SCPI.CALCulate(Ch).SELected.EQUation.TEXT
SCPI.CALCulate(Ch).SELected.EQUation.VALid
Display > Equation
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?
{1/0} <newline><^END>
10 OUTPUT 717;":CALC1:SELected:EQUation:STATE ON"
20 OUTPUT 717;":CALC1:SELected:EQUation:STATE?"
30 ENTER 717;A