Property (Read-Write)
All revision:
SCPI.CALCulate(Ch).SELected.BLIMit.MINimum = Value
Value = SCPI.CALCulate(Ch).SELected.BLIMit.MINimum
In revision A.9.60 and above, the following syntax is also supported:
SCPI.CALCulate(Ch).TRACe(Tr).BLIMit.MINimum = Value
Value = SCPI.CALCulate(Ch).TRACe(Tr).BLIMit.MINimum
This command sets/gets the lower 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 lower 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 |
Minimum bandwidth |
Data type |
Double precision floating point type (Double) |
Range |
0 to 1E12 |
Preset value |
1E4 |
Unit |
Hz (hertz), dBm or second |
For information on the variable (Ch), see Variable.
Dim BLimMin As Double
SCPI.CALCulate(1).SELected.BLIMit.MINimum = 1E6
BLimMin = SCPI.CALCulate(1).SELected.BLIMit.MINimum
SCPI.CALCulate(Ch).PARameter(Tr).SELect
SCPI.CALCulate(Ch).SELected.BLIMit.STATe
SCPI.CALCulate(Ch).SELected.BLIMit.MAXimum
Analysis > Bandwidth Limit > Min Bandwidth
All revision:
:CALCulate{[1]-160}[:SELected]:BLIMit:MINimum <numeric>
:CALCulate{[1]-160}[:SELected]:BLIMit:MINimum?
In revision A.9.60 and above, the following syntax is also supported:
:CALCulate{[1]-160}:TRACe{[1]-16}:BLIMit:MINimum <numeric>
:CALCulate{[1]-160}:TRACe{[1]-16}:BLIMit:MINimum?
{numeric}<newline><^END>
10 OUTPUT 717;":CALC1:BLIM:MIN 1E4"
20 OUTPUT 717;":CALC1:BLIM:MIN?"
30 ENTER 717;A