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

E5071C

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

对象类型

属性(只写

语法

SCPI.CALCulate(Ch).SELected.MARKer(Mk).SET = Param

说明

这个命令针对选择通道(Ch)的激活迹线将标记1到9(Mk)和参考标记(Mk:10)位置的值设置为仪器设置项(Param)的值。

变量

参数

Param

说明

仪器设置项

数据类型

字符串型(String)

范围

从下列各项中选择:

  • “STARt”:将扫描开始值设置为标记位置的激励值。

  • “STOP”:将扫描终止值设置为标记位置的激励值。

  • “CENTer”:将扫描中心值设置为标记位置的激励值。

  • “RLEVel”:将参考线值设置为标记位置的响应值。

  • “DELay”:将电延迟时间值设置为标记位置(带有20%的孔径的过渡值)的群延迟值。

实例

Dim MkrTo As String
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.CALCulate(1).SELected.MARKer(1).SET = "cent"

相关对象

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

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

等效键

Marker Fctn > Marker -> Start|Marker -> Stop|Marker -> Center|Marker -> Reference|Marker -> Delay

等效SCPI命令

语法

:CALCulate{[1]-36}[:SELected]:MARKer{[1]-10}:SET {STARt| STOP|CENTer|RLEVel|DELay}

应用实例

10 OUTPUT 717;":CALC1:MARK1:SET CENT"