SCPI.CALCulate(Ch).SELected.BLIMit.REPort.DATA

Object type    

Property (Read Only)

Syntax         

Data = SCPI.CALCulate(Ch).SELected.BLIMit.REPort.DATA

Description

This command reads the bandwidth value of the bandwidth test, for the active trace of selected channel (specified with the SCPI.CALCulate(Ch).PARameter(Tr).SELect command).

Variable

Parameter

Data

Description

The bandwidth value of the bandwidth

Data type

Double precision floating point type (Double)

Examples

Dim BWData As Double
SCPI.CALCulate(1).PARameter(1).SELect
BWData = SCPI.CALCulate(1).SELected.BLIMit.REPort.DATA

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:REPort[:DATA]?

Query response

{numeric}<newline><^END>

Example of use

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