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

Object Type

Property (Read Only)

Syntax

Value = SCPI.CALCulate.PS(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.PS1.TRACe1.LIMit.FAIL

Related Objects

Equivalent Key

No equivalent key is available on the front panel.

Equivalent SCPI Command

Syntax

:CALCulate:PS[1-1]:TRACe[1-1]:LIMit:FAIL?

Query Response

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

Example of use

10 OUTPUT 717;":CALCulate:PS1:TRACe1:LIMit:FAIL ?"
20 ENTER 717;A