SCPI.CALCulate(Ch).SELected.MARKer(Mk).STATe

E5071C

The marker on a trace that can be repositioned either by front panel controls or by programming commands

The marker on a trace that can be repositioned either by front panel controls or by programming commands

SCPI.CALCulate(Ch).SELected.MARKer(Mk).STATe

对象类型

属性(读写

语法

SCPI.CALCulate(Ch).SELected.MARKer(Mk).STATe = Status

Status = SCPI.CALCulate(Ch).SELected.MARKer(Mk).STATe

说明

这个命令针对选择通道(Ch)的激活迹线开启/关闭标记1到9(Mk)和参考标记(Mk:10)显示。

变量

参数

Status

说明

开启/关闭标记1到9和参考标记显示

数据类型

布尔类型(Boolean)

范围

从下列各项中选择:

  • 真或开启:开启标记显示。

  • 假或关闭:关闭标记显示。

预置值

假或关闭

实例

Dim Mkr As Boolean
SCPI.CALCulate(1).PARameter(2).SELect
SCPI.CALCulate(1).SELected.MARKer(10).STATe = True
Mkr = SCPI.CALCulate(1).SELected.MARKer(10).STATe

相关对象

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

等效键

开启标记显示时

Marker > Marker 1|Marker 2|Marker 3|Marker 4|Ref Marker

Marker > More Markers > Marker 5|Marker 6|Marker 7|Marker 8|Marker 9

执行前面板操作时,设置为ON的标记自动设置为动标记

关闭标记显示时

Marker > Clear Marker Menu > Marker 1|Marker 2|Marker 3|Marker 4|Marker 5|
Marker 6
|Marker 7|Marker 8|Marker 9|Ref Marker

等效SCPI命令

语法

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

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

查询响应

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

应用实例

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