Property (Read Only)
Status = SCPI.CALCulate(Ch).SELected.BLIMit.FAIL
This command gets the bandwidth limit test results, for the active trace of the selected channel (specified with the SCPI.CALCulate(Ch).PARameter(Tr).SELect command).
| Parameter | Status | 
| Description | The bandwidth limit test result | 
| Data type | Long integer type (Long) | 
| Range | Returns from the following. 
 | 
| Note | When the bandwidth limit test is set to OFF, the 0 is always read out. | 
Dim Result As Integer
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.CALCulate(1).SELected.BLIMit.STATe = 1
Result = SCPI.CALCulate(1).SELected.BLIMit.FAIL                     
SCPI.CALCulate(Ch).PARameter(Tr).SELect
SCPI.CALCulate(Ch).SELected.BLIMit.STATe
No equivalent key is available on the front panel.
:CALCulate{[1]-4}[:SELected]:BLIMit:FAIL?
{0|1|-1}<newline><^END>
(0: Pass, 1: Fail (Wide), -1:Fail (Narrow), When the bandwidth limit test is set to OFF, 0 is always read out.)
10 OUTPUT 717;":CALC1:BLIM:FAIL?"
20 ENTER 717;A