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

Object Type

Property (Read-Write)

Syntax

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

Value = SCPI.CALCulate.USER(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.USER1.TRACe8.LIMit.STATe = Var
Var = SCPI.CALCulate.USER1.TRACe8.LIMit.STATe

Equivalent Key

USER Menu: Display > Limit Test > Limit Test

Equivalent SCPI Command

Syntax

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

:CALCulate:USER[1-1]:TRACe[1-8]:LIMit[:STATe]?

Query Response

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

Example of use

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