Property (Read-Write)
SCPI.CALCulate.PS(Ch).TRACe(Tr).EQUation.TEXT = Value
Value = SCPI.CALCulate.PS(Ch).TRACe(Tr).EQUation.TEXT
This command sets/gets equation string, for the selected trace Tr of the selected channel Ch.
|
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" |
Dim Var as String
Var = "MyTr = DATA-MEM"
SCPI.CALCulate.PS1.TRACe1.EQUation.TEXT = Var
Var = SCPI.CALCulate.PS1.TRACe1.EQUation.TEXT
No equivalent key is available on the front panel.
:CALCulate:PS[1-1]:TRACe[1-1]:EQUation:TEXT
:CALCulate:PS[1-1]:TRACe[1-1]:EQUation:TEXT?
{String}<newline><^END>
10 OUTPUT 717;":CALCulate:PS1:TRACe1:EQUation:TEXT Sample_Text"
20 OUTPUT 717;":CALCulate:PS1:TRACe1:EQUation:TEXT?"
30 ENTER 717;A$