Command/Query
:CALCulate<Ch>[:SELected]:EQUation:TEXT <String>
:CALCulate<Ch>[:SELected]:EQUation:TEXT?
The following syntax is also supported:
:CALCulate<Ch>:TRACe<Tr>:EQUation:TEXT <String>
:CALCulate<Ch>:TRACe<Tr>:EQUation:TEXT?
This command sets/gets the equation in the Equation Editor. For valid parameters that can be used in this equation, refer to the Equation Editor.
Parameter |
String |
Description |
Sets/Gets the equation in the Equation Editor. |
Data Type |
Character string type (String) |
Range |
254 chars |
Preset Value |
"" |
{String}<newline><^END>
Dim Var as String
Ena.WriteString ":CALC1:EQU:TEXT " & Var, True
Ena.WriteString ":CALC1:EQU:TEXT?", True
Var=Ena.ReadString
Equation in the Equation Editor
SCPI.CALCULATE(Ch).SELECTED.EQUATION.TEXT
SCPI.CALCULATE(Ch).TRACE(Tr).EQUATION.TEXT