Property (Read-Write)
SCPI.DISPlay.BB(Ch).TRACe(Tr).LIMit.LINE = Value
Value = SCPI.DISPlay.BB(Ch).TRACe(Tr).LIMit.LINE
This command sets/gets 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.BB1.TRACe1.LIMit.LINE = Var
Var = SCPI.DISPlay.BB1.TRACe1.LIMit.LINE
BB Menu: Display > Limit Test > Limit Line
:DISPlay:BB[1-1]:TRACe[1-1]:LIMit:LINE {ON|OFF|1|0}
:DISPlay:BB[1-1]:TRACe[1-1]:LIMit:LINE?
{ON|OFF|1|0} <newline><^END>
10 OUTPUT 717;":DISPlay:BB1:TRACe1:LIMit:LINE 1"
20 OUTPUT 717;":DISPlay:BB1:TRACe1:LIMit:LINE ?"
30 ENTER 717;A