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

E5071C

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

对象类型

属性(读写

语法

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

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

说明

执行标记搜索时,这个命令针对选择的通道(Ch)设置/获取是否使用任意范围。

  • 迹线耦合关闭时,激活迹线为设置目标。

变量

参数

Status

说明

选择搜索范围。

数据类型

布尔类型(Boolean)

范围

从下列各项中选择:

  • 真或开启:指定任意范围

  • 假或关闭:指定整个扫描范围。

预置值

假或关闭

实例

Dim SchRnge As Boolean
SCPI.CALCulate(1).SELected.MARKer.FUNCtion.DOMain.STARt = 1.5E9
SCPI.CALCulate(1).SELected.MARKer.FUNCtion.DOMain.STOP = 1.8E9
SCPI.CALCulate(1).SELected.MARKer.FUNCtion.DOMain.STATe = True
SchRnge = SCPI.CALCulate(1).SELected.MARKer.FUNCtion.DOMain.STATe

相关对象

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

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

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

等效键

Marker Search > Search Range > Search Range [ON/OFF]

等效SCPI命令

语法

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

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

查询响应

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

应用实例

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