Programming
373
COM Command Syntax (Internal Control Only)
SCPI.CALCULATE(Ch).SELECTED.LIMIT.DATA
:CALC<Ch>:LIM:DISP
Type
Command/Query
Syntax
:CALCulate<Ch>[:SELected]:LIMit:DISPlay[:STATe] {ON|OFF|1|0}
:CALCulate<Ch>[:SELected]:LIMit:DISPlay[:STATe]?
Description
This command shows/hides the limit line.
Variable
Parameter Selection Option
Description limit line On/Off status
Data Type Boolean type (Boolean)
Range ON|OFF|1|0
Preset Value
OFF
Query Response
{1|0}<newline><^END>
Examples
Dim Var as Integer
Ana.WriteString ":CALC1:LIM:DISP ON", True
Ana.WriteString ":CALC1:LIM:DISP?", True
Var=Ana.ReadNumber
Related Commands
:CALC:LIM
Equivalent Softkey
Analysis > Limit Test > Limit Line
COM Command Syntax (Internal Control Only)
SCPI.CALCULATE(Ch).SELECTED.LIMIT.DISPLAY.STATE
:CALC<Ch>:LIM:DISP:CLIP
Type
Command/Query
Syntax