Property (Read Only)
Data = SCPI.CALCulate(Ch).SELected.LIMit.REPort.ALL
This command reads the bandwidth test results (stimulus value, limit test result, upper limit value and lower limit value of all measurement points), for the active trace of selected channel (specified with the SCPI.CALCulate(Ch).PARameter(Tr).SELect command).
Parameter |
Data |
Description |
Indicates the array data (for limit line) of NOP (number of measurement points) × 4. Where n is an integer between 1 and NOP.
The index of the array starts from 0. |
Data type |
Variant type (Variant) |
Dim LimData As Variant
SCPI.CALCulate(1).PARameter(1).SELect
LimData = SCPI.CALCulate(1).SELected.LIMit.REPort.ALL
SCPI.CALCulate(Ch).PARameter(Tr).SELect
SCPI.CALCulate(Ch).SELected.LIMit.STATe
SCPI.CALCulate(Ch).SELected.LIMit.REPort.DATA
SCPI.CALCulate(Ch).SELected.LIMit.REPort.POINts
No equivalent key is available on the front panel.
:CALCulate{[1]-4}[:SELected]:LIMit:REPort:ALL?
10 OUTPUT 717;":SENS1:SWE:POIN?"
20 ENTER 717;A
30 REDIM B(1:4*A)
40 OUTPUT 717;":CALC1:LIM:REP:ALL?"
50 ENTER 717;B(*)