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

E5071C

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

对象类型    

属性(读写

语法

SCPI.CALCulate(Ch).SELected.RLIMit.STATe = Status

Status = SCPI.CALCulate(Ch).SELected.RLIMit.STATe

说明

此命令启动/关闭选定通道(Ch)的工作迹线的波动测试功能(利用SCPI.CALCulate(Ch).PARameter(Tr).SELect命令指定)。

变量

参数

Status

说明

启动/关闭波动测试功能。

数据类型

布尔类型 (Boolean)

范围

从以下选择:

  • 真或启动:启动波动测试功能。

  • 假或关闭:关闭波动测试功能。

预置值

假或关闭

实例

Dim RLimTest As Boolean
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.CALCulate(1).SELected.RLIMit.STATe = True
RLimTest = SCPI.CALCulate(1).SELected.RLIMit.STATe

相关对象

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

SCPI.CALCulate(Ch).SELected.RLIMit.DATA

SCPI.CALCulate(Ch).SELected.RLIMit.DISPlay.LINE

SCPI.CALCulate(Ch).SELected.RLIMit.DISPlay.SELect

SCPI.CALCulate(Ch).SELected.RLIMit.DISPlay.VALue

SCPI.CALCulate(Ch).SELected.RLIMit.FAIL

SCPI.CALCulate(Ch).SELected.RLIMit.REPort.DATA

等效键

Analysis > Ripple Limit > Ripple Limit Test

等效SCPI命令

语法

:CALCulate{[1]-36}[:SELected]:RLIMit[:STATe] {ON|OFF|1|0}

:CALCulate{[1]-36}[:SELected]:RLIMit[:STATe]?

查询响应

{1|0}<newline><^END>

应用实例

10 OUTPUT 717;":CALC1:RLIM ON"
20 OUTPUT 717;":CALC1:RLIM?"
30 ENTER 717;A