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