Property (Read Only)
Status = SCPI.CALCulate(Ch).SELected.PLIMit.FAIL
The following syntax is also supported:
Status = SCPI.CALCulate(Ch).TRACe(Tr).PLIMit.FAIL
This command reads the point limit test result for the active trace (specified with the SCPI.CALCulate(Ch).PARameter(Tr).SELect command) of selected channel (Ch).
You can select the trace and read the point limit test result for the trace just by executing the above TRACe(Tr) command. You do not need to execute SCPI.CALCulate(Ch).PARameter(Tr).SELect.
This command is available at the revision A.11.0x and above.
Parameter |
Status |
Description |
The point limit test result |
Data type |
Boolean type (Boolean) |
Range |
Select from the following:
|
Note |
When the point limit test result is set to OFF, False is always the read value. |
Dim Result As Boolean
Result = SCPI.CALCulate(1).SELected.PLIMit.FAIL
SCPI.CALCulate(Ch).SELected.PLIMit.DATA
SCPI.CALCulate(Ch).SELected.PLIMit.DISPlay.LINE
SCPI.CALCulate(Ch).SELected.PLIMit.REPort.DATA
SCPI.CALCulate(Ch).SELected.PLIMit.STATe
No equivalent key is available on the front panel.
:CALCulate{[1]-160}[:SELected]:PLIMit:FAIL?
The following syntax is also supported:
:CALCulate{[1]-160}:TRACe{[1]-16}:PLIMit:FAIL?
10 OUTPUT 717;":CALC1:PLIM:FAIL?"
20 ENTER 717;A