SCPI.CALCulate(Ch).SELected.BLIMit.FAIL

Object type    

Property (Read Only)

Syntax         

Status = SCPI.CALCulate(Ch).SELected.BLIMit.FAIL

Description

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).

Variable

Parameter

Status

Description

The bandwidth limit test result

Data type

Long integer type (Long)

Range

Returns from the following.

  • 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.

Note

When the bandwidth limit test is set to OFF, the 0 is always read out.

Examples

Dim Result As Integer
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.CALCulate(1).SELected.BLIMit.STATe = 1
Result = SCPI.CALCulate(1).SELected.BLIMit.FAIL                     

Related objects

SCPI.CALCulate(Ch).PARameter(Tr).SELect

SCPI.CALCulate(Ch).SELected.BLIMit.STATe

Equivalent key

No equivalent key is available on the front panel.

Equivalent SCPI command

Syntax

:CALCulate{[1]-4}[:SELected]:BLIMit:FAIL?

Query response

{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.)

Example of use

10 OUTPUT 717;":CALC1:BLIM:FAIL?"
20 ENTER 717;A