:CALC:TRAC:LIM:FAIL

Type

Query

Syntax

:CALCulate:TRACe:LIMit:FAIL?

Description

This command returns true if limit test failed.

Query Response

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

1: The limit test result is FAIL.

0: The limit test result is PASS.

Examples

Dim Var as Long
Ena.WriteString ":CALC:TRAC:LIM:FAIL?", True
Var=Ena.ReadNumber

Related Commands

:CALC:TRAC:PAR

Equivalent GUI

No equivalent key is available.