Property (Read Only)
All revision:
Status = SCPI.CALCulate(Ch).SELected.BLIMit.FAIL
In revision A.9.60 and above, the following syntax is also supported:
Status = SCPI.CALCulate(Ch).TRACe(Tr).BLIMit.FAIL
This command get the bandwidth limit test results, for the active trace of selected channel (specified with the SCPI.CALCulate(Ch).PARameter(Tr).SELect command).
In revision A.9.60 and above, you can select the trace and get the bandwidth limit test results for the trace just by executing the above TRACe(Tr) command. You do not need to execute SCPI.CALCulate(Ch).PARameter(Tr).SELect.
Parameter |
Status |
Description |
The bandwidth limit test result |
Data type |
Boolean type (Boolean) |
Range |
Select from the following.
|
Note |
When the bandwidth limit test if set to OFF, False or OFF is always read out. |
For information on the variable (Ch), see Variable.
Dim Result As Boolean
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.CALCulate(1).SELected.BLIMit.STATe = True
Result = SCPI.CALCulate(1).SELected.BLIMit.FAIL
SCPI.CALCulate(Ch).PARameter(Tr).SELect
SCPI.CALCulate(Ch).SELected.BLIMit.STATe
No equivalent key is available on the front panel.
All revision:
:CALCulate{[1]-160}[:SELected]:BLIMit:FAIL?
In revision A.9.60 and above, the following syntax is also supported:
:CALCulate{[1]-160}:TRACe{[1]-16}:BLIMit:FAIL?
{1|0}<newline><^END>
|
Description |
1 |
The bandwidth test result is FAIL. |
0 |
The bandwidth test result is PASS. |
When the bandwidth limit test is set to OFF, 0 is always read out.
10 OUTPUT 717;":CALC1:BLIM:FAIL?"
20 ENTER 717;A