SCPI.CALCulate(Ch).SELected.BLIMit.MAXimum
对象类型
属性(读写)
语法
SCPI.CALCulate(Ch).SELected.BLIMit.MAXimum = Value
Value = SCPI.CALCulate(Ch).SELected.BLIMit.MAXimum
说明
这个命令针对选择的通道(由SCPI.CALCulate(Ch).PARameter(Tr).SELect命令指定)设置/获取带宽测试的上限值。
变量
参数 |
Value |
说明 |
最大带宽 |
数据类型 |
双精度浮点型(Double) |
范围 |
0到1E12 |
预置值 |
3E5 |
单位 |
Hz(赫兹)、dBm或秒 |
变量(Ch)通道号可以从1到16的数字中选择,不能从1到36的数字中选择。
实例
Dim BLimMax As Double
SCPI.CALCulate(1).SELected.BLIMit.MAXimum = 1E9
BLimMax = SCPI.CALCulate(1).SELected.BLIMit.MAXimum
相关对象
SCPI.CALCulate(Ch).PARameter(Tr).SELect
SCPI.CALCulate(Ch).SELected.BLIMit.STATe
SCPI.CALCulate(Ch).SELected.BLIMit.MINimum
等效键
Analysis > Bandwidth Limit > Max Bandwidth
等效SCPI命令
语法
:CALCulate{[1]-36}[:SELected]:BLIMit:MAXimum <numeric>
:CALCulate{[1]-36}[:SELected]:BLIMit:MAXimum?
查询响应
{numeric}<newline><^END>
应用实例
10 OUTPUT 717;":CALC1:BLIM:MAX 3E5"
20 OUTPUT 717;":CALC1:BLIM:MAX?"
30 ENTER 717;A