E4990A Help
374
:CALCulate<Ch>[:SELected]:LIMit:DISPlay:CLIP {ON|OFF|1|0}
:CALCulate<Ch>[:SELected]:LIMit:DISPlay:CLIP?
Description
This command clips/unclips limit lines.
Variable
Parameter Selection Option
Description limit lines clip On/Off status
Data Type Boolean type (Boolean)
Range ON|OFF|1|0
Preset Value
ON
Query Response
{1|0}<newline><^END>
Examples
Dim Var as Integer
Ana.WriteString ":CALC1:LIM:DISP:CLIP ON", True
Ana.WriteString ":CALC1:LIM:DISP:CLIP?", True
Var=Ana.ReadNumber
Related Commands
:CALC:LIM
Equivalent Softkey
Analysis > Limit Test > Clip Lines
COM Command Syntax (Internal Control Only)
SCPI.CALCULATE(Ch).SELECTED.LIMIT.DISPLAY.CLIP
:CALC<Ch>:LIM:FAIL
Type
Query
Syntax
:CALCulate<Ch>[:SELected]:LIMit:FAIL?
Description
This command returns the pass/fail result.
Query Response
{1|0}<newline><^END>