Property (Read Only)
All revision:
Data = SCPI.CALCulate(Ch).SELected.BLIMit.REPort.DATA
In revision A.9.60 and above, the following syntax is also supported:
Data = SCPI.CALCulate(Ch).TRACe(Tr).BLIMit.REPort.DATA
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).
In revision A.9.60 and above, you can select the trace and read the bandwidth test just by executing the above TRACe(Tr) command. You do not need to execute SCPI.CALCulate(Ch).PARameter(Tr).SELect.
Parameter |
Data |
Description |
The bandwidth value of the bandwidth |
Data type |
Double precision floating point type (Double) |
For information on the variable (Ch), see Variable.
Dim BWData As Double
SCPI.CALCulate(1).PARameter(1).SELect
BWData = SCPI.CALCulate(1).SELected.BLIMit.REPort.DATA
SCPI.CALCulate(Ch).PARameter(Tr).SELect
SCPI.CALCulate(Ch).SELected.BLIMit.STATe
No equivalent key is available on the front panel.
All revision:
:CALCulate{[1]-160}[:SELected]:BLIMit:REPort[:DATA]?
In revision A.9.60 and above, the following syntax is also supported:
:CALCulate{[1]-160}:TRACe{[1]-16}:BLIMit:REPort[:DATA]?
{numeric}<newline><^END>
10 OUTPUT 717;":CALC1:BLIM:REP?"
20 ENTER 717;A