Property (Read-Write)
SCPI.CALCulate.TR(Ch).TRACe(Tr).EQUation.TEXT = Value
Value = SCPI.CALCulate.TR(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
SCPI.CALCulate.TR1.TRACe4.EQUation.TEXT = Var
Var = SCPI.CALCulate.TR1.TRACe4.EQUation.TEXT
No equivalent key is available on the front panel.
:CALCulate:TR[1-1]:TRACe[1-8]:EQUation:TEXT
:CALCulate:TR[1-1]:TRACe[1-8]:EQUation:TEXT?
{String}<newline><^END>
10 OUTPUT 717;":CALCulate:TR1:TRACe4:EQUation:TEXT Sample_Text"
20 OUTPUT 717;":CALCulate:TR1:TRACe4:EQUation:TEXT ?"
30 ENTER 717;A$