SCPI.CALCulate(Ch).SELected.LIMit.DISPlay.STATe

E5071C

SCPI.CALCulate(Ch).SELected.LIMit.DISPlay.STATe

对象类型

属性(读写

语法

SCPI.CALCulate(Ch).SELected.LIMit.DISPlay.STATe = Status

Status = SCPI.CALCulate(Ch).SELected.LIMit.DISPlay.STATe

说明

这个命令针对选择通道(Ch)的激活极限开启/关闭极限线显示。

变量

参数

Status

说明

极限线显示

数据类型

布尔类型(Boolean)

范围

从下列各项中选择。

  • 真或开启:开启极限线显示。

  • 假或关闭:关闭极限线显示。

预置值

假或关闭

实例

Dim LimDisp As Boolean
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.CALCulate(1).SELected.LIMit = True
LimDisp = SCPI.CALCulate(1).SELected.LIMit.DISPlay.STATe

相关对象

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

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

等效键

Analysis > Limit Test > Limit Line

等效SCPI命令

语法

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

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

查询响应

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

应用实例

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