SCPI.CALCulate(Ch).SELected.LIMit.SPACing

Object type

Property (Read-Write)

Syntax

SCPI.CALCulate(Ch).SELected.LIMit.SPACing = Param

Param = SCPI.CALCulate(Ch).SELected.LIMit.SPACing

Description

This command sets/gets the limit line spacing for the active trace of the selected channel (Ch).

Variable

Parameter

Param

Description

Limit line spacing

Data type

Character string type (String)

Range

Select from the following.

  • "LINear": Limit lines are calculated based on linear x/y-axes

  • "DISPlay": Limit lines are calculated based on display x/y-axes spacing

Preset value

"LINear"

Examples

Dim Type As String
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.CALCulate(1).SELected.LIMit.SPACing = "DISP"
Type = SCPI.CALCulate(1).SELected.LIMit.SPACing

Related objects

SCPI.CALCulate(Ch).SELected.LIMit.DATA

SCPI.CALCulate(Ch).PARameter(Tr).SELect

Equivalent key

Analysis > Limit Test > Line Spacing

Equivalent SCPI command

Syntax

:CALCulate{[1]-4}[:SELected]:LIMit:SPACing {LINear|DISPlay}

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

Query response

{LINear|DISPlay}<newline><^END>

Example of use

10 OUTPUT 717;":CALC1:LIM:SPAC DISP"
20 OUTPUT 717;":CALC1:LIM:SPAC?"
30 ENTER 717;A$