SCPI.CALCulate(Ch).SELected.BLIMit.DB

E5071C

SCPI.CALCulate(Ch).SELected.BLIMit.DB

对象类型

属性(读写

语法

SCPI.CALCulate(Ch).SELected.BLIMit.DB = Value

Value = SCPI.CALCulate(Ch).SELected.BLIMit.DB

说明

这个命令针对选择的通道(由SCPI.CALCulate(Ch).PARameter(Tr).SELect命令指定)设置/获取带宽测试的带宽阈值(从峰值衰减)。

变量

参数

Value

说明

带宽N dB点。

数据类型

双精度浮点型(Double)

范围

0到5E8

预置值

0

单位

dB

如欲了解有关变量(Ch)的信息,请参见变量

实例

Dim BLimDB As Double
SCPI.CALCulate(1).SELected.BLIMit.DB = 3
BLimDB = SCPI.CALCulate(1).SELected.BLIMit.DB

相关对象

SCPI.CALCulate(Ch).PARameter(Tr).SELect

SCPI.CALCulate(Ch).SELected.BLIMit.STATe

等效键

Analysis > Bandwidth Limit > N dB Points

等效SCPI命令

语法

:CALCulate{[1]-36}[:SELected]:BLIMit:DB <numeric>

:CALCulate{[1]-36}[:SELected]:BLIMit:DB?

查询响应

{numeric}<newline><^END>

应用实例

10 OUTPUT 717;":CALC1:BLIM:DB 3"
20 OUTPUT 717;":CALC1:BLIM:DB?"
30 ENTER 717;A