Property (Read-Write)
SCPI.DISPlay.FP(Ch).TRACe(Tr).LIMit.LINE = Value
Value = SCPI.DISPlay.FP(Ch).TRACe(Tr).LIMit.LINE
This command show/hide limit line, for the selected trace Tr of the selected channel Ch.
Parameter |
Value |
Description |
show/hide limit line |
Data Type |
Boolean type (Boolean) |
Range |
ON|OFF|1|0 |
Preset Value |
ON |
Unit |
- |
Resolution |
- |
Preset Effect |
Yes |
Save-Recall Effect |
Yes |
Error |
- |
Dim Var as Boolean
Var= 1
SCPI.DISPlay.FP1.TRACe4.LIMit.LINE = Var
Var = SCPI.DISPlay.FP1.TRACe4.LIMit.LINE
FP Menu: Display > Limit Test > Limit Line
:DISPlay:FP[1-1]:TRACe[1-4]:LIMit:LINE {ON|OFF|1|0}
:DISPlay:FP[1-1]:TRACe[1-4]:LIMit:LINE?
{ON|OFF|1|0} <newline><^END>
10 OUTPUT 717;":DISPlay:FP1:TRACe4:LIMit:LINE 1"
20 OUTPUT 717;":DISPlay:FP1:TRACe4:LIMit:LINE ?"
30 ENTER 717;A