Command/Query
:CALCulate<Ch>[:SELected]:LIMit:DISPlay[:STATe] {ON|OFF|1|0}
:CALCulate<Ch>[:SELected]:LIMit:DISPlay[:STATe]?
The following syntax is also supported:
:CALCulate<Ch>:TRACe<Tr>:LIMit:DISPlay[:STATe] {ON|OFF|1|0}
:CALCulate<Ch>:TRACe<Tr>:LIMit:DISPlay[:STATe]?
This command turns ON/OFF the limit line display.
Parameter |
Selection Option |
Description |
Limit line display |
Data Type |
Boolean type (Boolean) |
Range |
ON|OFF|1|0 |
Preset Value |
OFF |
Unit |
- |
Resolution |
- |
{1|0}<newline><^END>
Dim Var as String
Var = 1
Ena.WriteString ":CALC1:LIM:DISP" & Str(Var), True
Ena.WriteString ":CALC1:LIM:DISP?", True
Var=Ena.ReadNumber
Analysis > Limit Test > Limit Line
SCPI.CALCULATE(Ch).SELECTED.LIMIT.DISPLAY.STATE
SCPI.CALCULATE(Ch).TRACE(Tr).LIMIT.DISPLAY.STATE