Property (Read Only)
Data = SCPI.CALCulate(Ch).SELected.LIMit.REPort.DATA
This command reads the stimulus values (frequency, power level or time) at all the measurement points that failed the limit test, for the active trace of the selected channel (Ch).
Parameter |
Data |
Description |
Indicates the array data for failed measurement points (can be read out with the SCPI.CALCulate(Ch).SELected.LIMit.REPort.POINts object). |
Data type |
Variant type (Variant) |
Dim FailData As Variant
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.CALCulate(1).SELected.LIMit.STATe = True
FailData = SCPI.CALCulate(1).SELected.LIMit.REPort.DATA
SCPI.CALCulate(Ch).PARameter(Tr).SELect
SCPI.CALCulate(Ch).SELected.LIMit.REPort.POINts
SCPI.CALCulate(Ch).SELected.LIMit.STATe
No equivalent key is available on the front panel.
:CALCulate{[1]-4}[:SELected]:LIMit:REPort[:DATA]?
{numeric 1},… ,{numeric N}<newline><^END>
Where N is the number of the measurement points that failed (can be read out with the :CALC{1-16}:LIM:REP:POIN? command).
10 OUTPUT 717;":CALC1:LIM:REP:POIN?"
20 ENTER 717;A
30 REDIM B(1:A)
40 OUTPUT 717;":CALC1:LIM:REP?"
50 ENTER 717;B(*)