:CALC<Ch>:BLIM:DB

Type

Command/Query

Syntax

: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?

Description

This command sets/gets the bandwidth threshold value (attenuation from the peak) of the bandwidth test.

Variable

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.

  • Log magnitude (MLOG): dB (decibel)

  • Phase (PHAS), Expanded phase (UPH) or Positive phase (PPH): ° (degree)

  • Group delay (GDEL): s (second)

  • Others: No unit

Query Response

{numeric}<newline><^END>

Examples

Dim Var as Double
Var= 0
Ena.WriteString ":CALC1:BLIM:DB " & Str(Var), True
Ena.WriteString ":CALC1:BLIM:DB?", True
Var=Ena.ReadNumber

Related Commands

:CALC:BLIM

Equivalent Softkey

Analysis > Bandwidth Limit > N dB Points

COM Command Syntax (Internal Control Only)

SCPI.CALCULATE(Ch).SELECTED.BLIMIT.DB

SCPI.CALCULATE(Ch).TRACE(Tr).BLIMIT.DB