SCPI.CALCulate(Ch).SELected.LIMit.DISPlay.CLIP

Object Type

Property (Read-Write)

Syntax

SCPI.CALCulate(Ch).SELected.LIMit.DISPlay.CLIP = Status

Status = SCPI.CALCulate(Ch).SELected.LIMit.DISPlay.CLIP

Description

This command sets/gets whether to display the part of the limit line that is not used for evaluation, for the selected channel ( Ch).

Variable

Parameter

Status

Description

Displays the clipped limit lines

Data Type

Boolean type (Boolean)

Range

Select from the following:

  • True or ON: Displays the clipped limit lines.

  • False or OFF: Displays the entire limit lines.

Preset Value

True or ON

Examples

Dim LimClip as Boolean
LimClip = True
SCPI.CALCulate(4).SELected.LIMit.DISPlay.CLIP = LimClip
LimClip = SCPI.CALCulate(4).SELected.LIMit.DISPlay.CLIP

Related Objects

SCPI.CALCulate(Ch).SELected.LIMit.DISPlay.STATe

Equivalent Key

Analysis > Limit Test > Clip Lines

Equivalent SCPI Command

Syntax

:CALCulate{[1]-4}[:SELected]:LIMit:DISPlay:CLIP {ON|OFF|1|0}

:CALCulate{[1]-4}[:SELected]:LIMit:DISPlay:CLIP?

Query Response

{1|0} <newline><^END>

Example of use

10 OUTPUT 717;":CALC1:LIM:DISP:CLIP ON"
20 OUTPUT 717;":CALC1:LIM:DISP:CLIP?"
30 ENTER 717;A