Property (Read Only)
Value = SCPI.CALCulate(Ch).SELected.LIMit.REPort.POINts
This command reads the number of the measurement points that failed the limit test, for the active trace of the selected channel (Ch).
Parameter |
Value |
Description |
Number of measurement points that failed |
Data type |
Long integer type (Long) |
Preset Value |
0 |
Dim FailPoin As Long
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.CALCulate(1).SELected.LIMit.STATe = True
FailPoin = SCPI.CALCulate(1).SELected.LIMit.REPort.POINts
SCPI.CALCulate(Ch).PARameter(Tr).SELect
SCPI.CALCulate(Ch).SELected.LIMit.STATe
No equivalent key is available on the front panel.
:CALCulate{[1]-4}[:SELected]:LIMit:REPort:POINts?
{numeric}<newline><^END>
10 OUTPUT 717;":CALC1:LIM:REP:POIN?"
20 ENTER 717;A