SCPI.CALCulate(Ch).SELected.FUNCtion.DOMain.COUPle

E5071C

SCPI.CALCulate(Ch).SELected.FUNCtion.DOMain.COUPle

对象类型

属性(读写

语法

SCPI.CALCulate(Ch).SELected.FUNCtion.DOMain.COUPle = Status

Status = SCPI.CALCulate(Ch).SELected.FUNCtion.DOMain.COUPle

说明

这个命令针对选择的通道(Ch)指定是否设置所有迹线的SCPI.CALCulate(Ch).SELected.FUNCtion.EXECute对象分析范围的耦合。

变量

参数

Status

说明

开启/关闭分析范围的迹线耦合。

数据类型

布尔类型(Boolean)

范围

从下列各项中选择:

  • 真或启动:指定迹线耦合分析范围。

  • 假或关闭:指定每条迹线的分析范围。

预置值

真或启动

实例

Dim TrCpl As Boolean
SCPI.CALCulate(1).SELected.FUNCtion.DOMain.COUPle = False
TrCpl = SCPI.CALCulate(1).SELected.FUNCtion.DOMain.COUPle

相关对象

SCPI.CALCulate(Ch).SELected.FUNCtion.EXECute

等效键

前面板上没有等效键。

等效SCPI命令

语法

:CALCulate{[1]-36}[:SELected]:FUNCtion:DOMain:COUPle {ON|OFF|1|0}

:CALCulate{[1]-36}[:SELected]:FUNCtion:DOMain:COUPle?

查询响应

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

应用实例

10 OUTPUT 717;":CALC1:FUNC:DOM:COUP OFF"
20 OUTPUT 717;":CALC1:FUNC:DOM:COUP?"
30 ENTER 717;A