SCPI.CALCulate.BB(Ch).ALLTrace.LIMit.FAIL

Object Type

Property (Read Only)

Syntax

Value = SCPI.CALCulate.BB(Ch).ALLTrace.LIMit.FAIL

Description

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

Variable

Parameter

   Value

Description

Result of limit test

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.BB1.ALLTrace.LIMit.FAIL

Equivalent Key

No equivalent key is available on the front panel.

Equivalent SCPI Command

Syntax

:CALCulate:BB[1-1]:ALLTrace:LIMit:FAIL?

Query Response

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

Example of use

10 OUTPUT 717;":CALCulate:BB1:ALLTrace:LIMit:FAIL ?"
20 ENTER 717;A