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

E5071C

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

对象类型

属性(读写

语法

SCPI.CALCulate(Ch).SELected.MARKer(Mk).FUNCtion.TYPE = Param

Param = SCPI.CALCulate(Ch).SELected.MARKer(Mk).FUNCtion.TYPE

说明

这个命令针对选择通道(Ch)的激活迹线选择标记1到9(Mk)和参考标记(Mk:10)的搜索类型。

变量

参数

Param

说明

标记的搜索类型

数据类型

字符串型(String)

范围

从下列各项中选择:

  • “MAXimum”:将搜索类型设置为最大值。

  • “MINimum”:将搜索类型设置为最小值。

  • “PEAK”:将搜索类型设置为峰值搜索。

  • “LPEak”:将搜索类型设置为峰值搜索,从标记位置的左边开始。

  • “RPEak”:将搜索类型设置为峰值搜索,从标记位置右边开始。

  • “TARGet”:将搜索类型设置为目标搜索。

  • “LTARget”:将搜索类型设置为目标搜索,从标记位置左边开始。

  • “RTARget”:将搜索类型设置为目标搜索,从标记位置右边开始。

预置值

“MAXimum”

 

实例

Dim SrchType As String
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.CALCulate(1).SELected.MARKer(1).FUNCtion.TYPE = "targ"
SrchType = SCPI.CALCulate(1).SELected.MARKer(1).FUNCtion.TYPE

相关对象

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

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

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

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

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

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

等效键

Marker Search > Max|Min

Marker Search > Peak > Search Peak|Search Left|Search Right

Marker Search > Target > Search Target|Search Left|Search Right

执行前面板操作时,可选择搜索类型的同时执行搜索。

等效SCPI命令

语法

:CALCulate{[1]-36}[:SELected]:MARKer{[1]-10}:FUNCtion
:TYPE {MAXimum| MINimum|PEAK|LPEak|RPEak|TARGet|LTARget|RTARget}

:CALCulate{[1]-36}[:SELected]:MARKer{[1]-10}:FUNCtion
:TYPE?

查询响应

{MAX|MIN|PEAK|LPE|RPE|TARG|LTAR|RTAR}<newline><^END>

应用实例

10 OUTPUT 717;":CALC1:MARK1:FUNC:TYPE PEAK"
20 OUTPUT 717;":CALC1:MARK1:FUNC:TYPE?"
30 ENTER 717;A$