SCPI.DISPlay.FP(Ch).TRACe(Tr).LIMit.LINE

Object Type

Property (Read-Write)

Syntax

SCPI.DISPlay.FP(Ch).TRACe(Tr).LIMit.LINE = Value

Value = SCPI.DISPlay.FP(Ch).TRACe(Tr).LIMit.LINE

Description

This command show/hide limit line, for the selected trace Tr of the selected channel Ch.

Variable

Parameter

   Value

Description

show/hide limit line

Data Type

Boolean type (Boolean)

Range

ON|OFF|1|0

Preset Value

ON

Unit

-

Resolution

-

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-

Examples

Dim Var as Boolean
Var= 1
SCPI.DISPlay.FP1.TRACe4.LIMit.LINE = Var
Var = SCPI.DISPlay.FP1.TRACe4.LIMit.LINE

Related Objects

Equivalent Key

FP Menu: Display > Limit Test > Limit Line

Equivalent SCPI Command

Syntax

:DISPlay:FP[1-1]:TRACe[1-4]:LIMit:LINE {ON|OFF|1|0}

:DISPlay:FP[1-1]:TRACe[1-4]:LIMit:LINE?

Query Response

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

Example of use

10 OUTPUT 717;":DISPlay:FP1:TRACe4:LIMit:LINE 1"
20 OUTPUT 717;":DISPlay:FP1:TRACe4:LIMit:LINE ?"
30 ENTER 717;A