Property (Read Only)
Status = SCPI.CALCulate(Ch).SELected.LIMit.FAIL
This command reads out the limit test result, for the active trace of selected channel (Ch).
Parameter |
Status |
Description |
Limit test result |
Data type |
Boolean type (Boolean) |
Range |
Select from the following:
|
Note |
When the limit test is set to OFF, False or OFF is always read out. |
Dim Result As Boolean
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.CALCulate(1).SELected.LIMit.STATe = True
Result = SCPI.CALCulate(1).SELected.LIMit.FAIL
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:FAIL?
{1|0}<newline><^END>
|
Description |
1 |
The limit test result is FAIL. |
0 |
The limit test result is PASS. |
When the limit test is set to OFF, 0 is always read out.
10 OUTPUT 717;":CALC1:LIM:FAIL?"
20 ENTER 717;A