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

E5071C

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

对象类型

属性(读写

语法

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

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

说明

这个命令针对选择的通道(Ch)设置/获取标记搜索范围的开始值。

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

变量

参数

Value

说明

搜索范围的开始值

数据类型

双精度浮点型(Double)

预置值

0

单位

Hz(赫兹)、dBm或s(秒)

实例

Dim SchStar As Double
SCPI.CALCulate(1).SELected.MARKer.FUNCtion.DOMain.STARt = 1.7E9
SchStar = SCPI.CALCulate(1).SELected.MARKer.FUNCtion.DOMain.STARt

相关对象

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

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

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

等效键

Marker Search > Search Range > Start

等效SCPI命令

语法

:CALCulate{[1]-36}[:SELected]:MARKer:FUNCtion:DOMain:STARt <numeric>

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

查询响应

{numeric}<newline><^END>

应用实例

10 OUTPUT 717;":CALC1:MARK:FUNC:DOM:STAR 1.7E9"
20 OUTPUT 717;":CALC1:MARK:FUNC:DOM:STAR?"
30 ENTER 717;A