SCPI.CALCulate.PN(Ch).TRACe(Tr).LIMit.STATe

Object Type

Property (Read-Write)

Syntax

SCPI.CALCulate.PN(Ch).TRACe(Tr).LIMit.STATe = Value

Value = SCPI.CALCulate.PN(Ch).TRACe(Tr).LIMit.STATe

Description

This command sets/gets limit test on/off, for the selected trace Tr of the selected channel Ch.

Variable

Parameter

   Value

Description

Limit test (On/Off)

Data Type

Boolean type (Boolean)

Range

ON|OFF|1|0

Preset Value

OFF

Unit

-

Resolution

-

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-

Examples

Dim Var as Boolean
Var= 1
SCPI.CALCulate.PN1.TRACe1.LIMit.STATe = Var
Var = SCPI.CALCulate.PN1.TRACe1.LIMit.STATe

Equivalent Key

PN Menu: Display > Limit Test > Limit Test

Equivalent SCPI Command

Syntax

:CALCulate:PN[1-1]:TRACe[1-1]:LIMit[:STATe] {ON|OFF|1|0}

:CALCulate:PN[1-1]:TRACe[1-1]:LIMit[:STATe]?

Query Response

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

Example of use

10 OUTPUT 717;":CALCulate:PN1:TRACe1:LIMit[:STATe] 1"
20 OUTPUT 717;":CALCulate:PN1:TRACe1:LIMit[:STATe] ?"
30 ENTER 717;A