Command/Query
:CALCulate<Ch>[:SELected]:BLIMit:DB <Value>
:CALCulate<Ch>[:SELected]:BLIMit:DB?
The following syntax is also supported:
:CALCulate<Ch>:TRACe<Tr>:BLIMit:DB <Value>
:CALCulate<Ch>:TRACe<Tr>:BLIMit:DB?
This command sets/gets the bandwidth threshold value (attenuation from the peak) of the bandwidth test.
Parameter |
Value |
Description |
Bandwidth N dB points |
Data Type |
Numeric type (Real) |
Range |
0 to 500M |
Preset Value |
3 |
Unit |
Varies depending on the selected data format.
|
{numeric}<newline><^END>
Dim Var as Double
Var= 0
Ena.WriteString ":CALC1:BLIM:DB " & Str(Var), True
Ena.WriteString ":CALC1:BLIM:DB?", True
Var=Ena.ReadNumber
Analysis > Bandwidth Limit > N dB Points
SCPI.CALCULATE(Ch).SELECTED.BLIMIT.DB
SCPI.CALCULATE(Ch).TRACE(Tr).BLIMIT.DB