- 易迪拓培训,专注于微波、射频、天线设计工程师的培养
SCPI.CALCulate(Ch).SELected.BLIMit.STATe
对象类型
属性(读写)
语法
SCPI.CALCulate(Ch).SELected.BLIMit.STATe = Status
Status = SCPI.CALCulate(Ch).SELected.BLIMit.STATe
说明
这个命令针对选择通道(由SCPI.CALCulate(Ch).PARameter(Tr).SELect命令指定)的激活迹线开启/关闭带宽测试功能。
变量
参数 | Status |
说明 | 开启/关闭带宽测试功能。 |
数据类型 | 布尔类型(Boolean) |
范围 | 从下列各项中选择:
|
预置值 | 假或关闭 |
如欲了解有关变量(Ch)的信息,请参见变量。.
实例
Dim BLimTest As Boolean
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.CALCulate(1).SELected.BLIMit.STATe = True
BLimTest = SCPI.CALCulate(1).SELected.BLIMit.STATe
相关对象
SCPI.CALCulate(Ch).PARameter(Tr).SELect
SCPI.CALCulate(Ch).SELected.BLIMit.DB
SCPI.CALCulate(Ch).SELected.BLIMit.DISPlay.MARKer
SCPI.CALCulate(Ch).SELected.BLIMit.DISPlay.VALue
SCPI.CALCulate(Ch).SELected.BLIMit.FAIL
SCPI.CALCulate(Ch).SELected.BLIMit.MAXimum
SCPI.CALCulate(Ch).SELected.BLIMit.MINimum
SCPI.CALCulate(Ch).SELected.BLIMit.REPort.DATA
等效键
Analysis > Bandwidth Limit > BW Test
等效SCPI命令
语法
:CALCulate{[1]-36}[:SELected]:BLIMit[:STATe] {ON|OFF|1|0}
:CALCulate{[1]-36}[:SELected]:BLIMit[:STATe]?
查询响应
{1|0}<newline><^END>
应用实例
10 OUTPUT 717;":CALC1:BLIM ON"
20 OUTPUT 717;":CALC1:BLIM?"
30 ENTER 717;A
上一篇:SCPI.CALCulate(Ch).SELected.CONVersion.FUNCtion
下一篇:SCPI.CALCulate(Ch).SELected.BLIMit.REPort.DATA