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

Object Type

Property (Read Only)

Syntax

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

Description

This command gets limit test pass/fail, for the selected trace Tr of the selected channel Ch.

Variable

Parameter

   Value

Description

Limit test result

Data Type

Boolean type (Boolean)

Range

ON|OFF|1|0

Preset Value

-

Unit

-

Resolution

-

Preset Effect

No

Save-Recall Effect

No

Error

-

Examples

Dim Var as Boolean
Var= 1
Var = SCPI.CALCulate.USER1.TRACe8.LIMit.FAIL

Equivalent Key

No equivalent key is available on the front panel.

Equivalent SCPI Command

Syntax

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

Query Response

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

Example of use

10 OUTPUT 717;":CALCulate:USER1:TRACe8:LIMit:FAIL ?"
20 ENTER 717;A