SCPI.CALCulate.PS(Ch).TRACe(Tr).EQUation.TEXT

Object Type

Property (Read-Write)

Syntax

SCPI.CALCulate.PS(Ch).TRACe(Tr).EQUation.TEXT = Value

Value = SCPI.CALCulate.PS(Ch).TRACe(Tr).EQUation.TEXT

Description

This command sets/gets equation string, for the selected trace Tr of the selected channel Ch.

Variable

Parameter

   Value

Description

Equation string

Data Type

Character string type (String)

Range

254 chars

Preset Value

""

Unit

-

Resolution

-

Preset Effect

Yes

Save-Recall Effect

Yes

Error

170, "Invalid equation label" 171, "Invalid equation expression"

Examples

Dim Var as String

Var = "MyTr = DATA-MEM"
SCPI.CALCulate.PS1.TRACe1.EQUation.TEXT = Var
Var = SCPI.CALCulate.PS1.TRACe1.EQUation.TEXT

Equivalent Key

No equivalent key is available on the front panel.

Equivalent SCPI Command

Syntax

:CALCulate:PS[1-1]:TRACe[1-1]:EQUation:TEXT

:CALCulate:PS[1-1]:TRACe[1-1]:EQUation:TEXT?

Query Response

{String}<newline><^END>

Example of use

10 OUTPUT 717;":CALCulate:PS1:TRACe1:EQUation:TEXT Sample_Text"
20 OUTPUT 717;":CALCulate:PS1:TRACe1:EQUation:TEXT?"
30 ENTER 717;A$