SCPI.CALCulate(Ch).SELected.RLIMit.DISPlay.SELect
对象类型
属性(读写)
语法
SCPI.CALCulate(Ch).SELected.RLIMit.DISPlay.SELect = Value
Value = SCPI.CALCulate(Ch).SELected.RLIMit.DISPlay.SELect
说明
这个命令针对选择的通道(Ch)设置/获取波动值显示(由SCPI.CALCulate(Ch).PARameter(Tr).SELect命令指定)的波动极限带。
变量
参数 |
Value |
说明 |
波动极限带。 |
数据类型 |
长整型(Long) |
范围 |
1到12 |
预置值 |
1 |
实例
Dim RBand As Long
SCPI.CALCulate(1).SELected.RLIMit.DISPlay.SELect = 2
RBand = SCPI.CALCulate(1).SELected.RLIMit.DISPlay.SELect
相关对象
SCPI.CALCulate(Ch).PARameter(Tr).SELect
SCPI.CALCulate(Ch).SELected.RLIMit.STATe
SCPI.CALCulate(Ch).SELected.RLIMit.DISPlay.LINE
SCPI.CALCulate(Ch).SELected.RLIMit.DISPlay.VALue
等效键
Analysis > Ripple Limit > Ripple Band
等效SCPI命令
语法
:CALCulate{[1]-36}[:SELected]:RLIMit:DISPlay:SELect <numeric>
:CALCulate{[1]-36}[:SELected]:RLIMit:DISPlay:SELect?
查询响应
{numeric}<newline><^END>
应用实例
10 OUTPUT 717;":CALC1:RLIM:DISP:SEL 5"
20 OUTPUT 717;":CALC1:RLIM:DISP:SEL?"
30 ENTER 717;A