Query
:CALCulate<Ch>[:SELected]:BLIMit:FAIL?
The following syntax is also supported:
:CALCulate<Ch>:TRACe<Tr>:BLIMit:FAIL?
This command gets the bandwidth limit test results.
{-1|0|1}<newline><^END>
0: The bandwidth limit test result is PASS.
1: The bandwidth limit test result is FAIL of wide.
-1: The bandwidth limit test result is FAIL of narrow.
When the bandwidth limit test is set to OFF, the 0 is always read out
Dim Var as Long
Ena.WriteString ":CALC1:BLIM:FAIL?", True
Var=Ena.ReadNumber
No equivalent key is available on the front panel.
SCPI.CALCULATE(Ch).SELECTED.BLIMIT.FAIL
SCPI.CALCULATE(Ch).TRACE(Tr).BLIMIT.FAIL