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

E5071C

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

对象类型

属性(读写

语法

SCPI.CALCulate(Ch).SELected.MARKer(Mk).FUNCtion.TRACking = Status

Status = SCPI.CALCulate(Ch).SELected.MARKer(Mk).FUNCtion.TRACking

说明

这个命令针对选择通道(Ch)的激活迹线开启/关闭对标记1到9(Mk)和参考标记(Mk:10)的搜索跟踪(对每个扫描进行重复搜索的功能)。

变量

参数

Status

说明

开启/关闭标记搜索跟踪

数据类型

布尔类型(Boolean)

范围

从下列各项中选择:

  • 真或开启:开启搜索跟踪。

  • 假或关闭:关闭搜索跟踪。

预置值

假或关闭

实例

Dim SrchTrac As Boolean
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.CALCulate(1).SELected.MARKer(1).FUNCtion.TYPE = "targ"
SCPI.CALCulate(1).SELected.MARKer(1).FUNCtion.TRACking = True
SrchTrac = SCPI.CALCulate(1).SELected.MARKer(1).FUNCtion.TRACking

相关对象

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

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

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

等效键

Marker Search > Tracking

等效SCPI命令

语法

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

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

查询响应

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

应用实例

10 OUTPUT 717;":CALC1:MARK1:FUNC:TRAC ON"
20 OUTPUT 717;":CALC1:MARK1:FUNC:TRAC?"
30 ENTER 717;A