E4990A Help
354
Equivalent Softkey
Display > Equation
COM Command Syntax (Internal Control Only)
SCPI.CALCULATE(Ch).SELECTED.EQUATION.STATE
:CALC<Ch>:EQU:TEXT
Type
Command/Query
Syntax
:CALCulate<Ch>[:SELected]:EQUation:TEXT <String>
:CALCulate<Ch>[:SELected]:EQUation:TEXT?
Description
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
.
Variable
Parameter String
Description Equation string.
Data Type Character string type (String)
Range 254 chars
Preset Value
""
Query Response
{String}<newline><^END>
Examples
Dim Var as String
Var = "Z=ACV/ACI"
Ana.WriteString ":CALC1:EQU:TEXT " & Var, True
Ana.WriteString ":CALC1:EQU:TEXT?", True
Var=Ana.ReadString
Related Commands
:CALC:EQU:STAT
Equivalent Softkey
Equation in the Equation Editor
COM Command Syntax (Internal Control Only)
SCPI.CALCULATE(Ch).SELECTED.EQUATION.TEXT