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

E5071C

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

对象类型

属性(读写

语法

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

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

说明

这个命令针对选择的通道(Ch)设置/获取所有迹线标记搜索范围的耦合。

变量

参数

Status

说明

开启/关闭标记搜索范围的迹线耦合。

数据类型

布尔类型(Boolean)

范围

从下列各项中选择:

  • 真或开启:通过迹线耦合指定搜索范围。

  • 假或关闭:为每条迹线指定搜索范围。

预置值

真或开启

实例

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

相关对象

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

等效键

Marker Search > Search Range > Couple

等效SCPI命令

语法

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

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

查询响应

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

应用实例

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