:CALC<Ch>:EQU:TEXT

Type

Command/Query

Syntax

: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?

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

Sets/Gets the equation in the Equation Editor.

Data Type

Character string type (String)

Range

254 chars

Preset Value

""

Query Response

{String}<newline><^END>

Examples

Dim Var as String
Ena.WriteString ":CALC1:EQU:TEXT " & Var, True
Ena.WriteString ":CALC1:EQU:TEXT?", True
Var=Ena.ReadString

Related Commands

:CALC:EQU:STAT

:CALC:EQU:VAL

Equivalent Softkey

Equation in the Equation Editor

COM Command Syntax (Internal Control Only)

SCPI.CALCULATE(Ch).SELECTED.EQUATION.TEXT

SCPI.CALCULATE(Ch).TRACE(Tr).EQUATION.TEXT