Property (Read-Write)
All revision:
SCPI.CALCulate(Ch).SELected.BLIMit.MAXimum = Value
Value = SCPI.CALCulate(Ch).SELected.BLIMit.MAXimum
In revision A.9.60 and above, the following syntax is also supported:
SCPI.CALCulate(Ch).TRACe(Tr).BLIMit.MAXimum = Value
Value = SCPI.CALCulate(Ch).TRACe(Tr).BLIMit.MAXimum
This command sets/gets the upper limit value of the bandwidth test, for the 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 set/get the upper limit value of the bandwidth test for the trace just by executing the above TRACe(Tr) command. You do not need to execute SCPI.CALCulate(Ch).PARameter(Tr).SELect.
Parameter |
Value |
Description |
Maximum bandwidth |
Data type |
Double precision floating point type (Double) |
Range |
0 to 1E12 |
Preset value |
3E5 |
Unit |
Hz (hertz), dBm or second |
For the variable (Ch), the channel number can be selected from 1 to 16, not 1 to 36.
Dim BLimMax As Double
SCPI.CALCulate(1).SELected.BLIMit.MAXimum = 1E9
BLimMax = SCPI.CALCulate(1).SELected.BLIMit.MAXimum
SCPI.CALCulate(Ch).PARameter(Tr).SELect
SCPI.CALCulate(Ch).SELected.BLIMit.STATe
SCPI.CALCulate(Ch).SELected.BLIMit.MINimum
Analysis > Bandwidth Limit > Max Bandwidth
All revision:
:CALCulate{[1]-160}[:SELected]:BLIMit:MAXimum <numeric>
:CALCulate{[1]-160}[:SELected]:BLIMit:MAXimum?
In revision A.9.60 and above, the following syntax is also supported:
:CALCulate{[1]-160}:TRACe{[1]-16}:BLIMit:MAXimum <numeric>
:CALCulate{[1]-160}:TRACe{[1]-16}:BLIMit:MAXimum?
{numeric}<newline><^END>
10 OUTPUT 717;":CALC1:BLIM:MAX 3E5"
20 OUTPUT 717;":CALC1:BLIM:MAX?"
30 ENTER 717;A