Property (Read-Write)
SCPI.CALCulate(Ch).SELected.LIMit.DISPlay.CLIP = Status
Status = SCPI.CALCulate(Ch).SELected.LIMit.DISPlay.CLIP
This command sets/gets whether to display the part of the limit line that is not used for evaluation, for the selected channel ( Ch).
Parameter |
Status |
Description |
Displays the clipped limit lines |
Data Type |
Boolean type (Boolean) |
Range |
Select from the following:
|
Preset Value |
True or ON |
Dim LimClip as Boolean
LimClip = True
SCPI.CALCulate(4).SELected.LIMit.DISPlay.CLIP = LimClip
LimClip = SCPI.CALCulate(4).SELected.LIMit.DISPlay.CLIP
SCPI.CALCulate(Ch).SELected.LIMit.DISPlay.STATe
Analysis > Limit Test > Clip Lines
:CALCulate{[1]-4}[:SELected]:LIMit:DISPlay:CLIP {ON|OFF|1|0}
:CALCulate{[1]-4}[:SELected]:LIMit:DISPlay:CLIP?
{1|0} <newline><^END>
10 OUTPUT 717;":CALC1:LIM:DISP:CLIP ON"
20 OUTPUT 717;":CALC1:LIM:DISP:CLIP?"
30 ENTER 717;A