SCPI.CALCulate(Ch).SELected.MARKer(Mk).SET
对象类型
属性(只写)
语法
SCPI.CALCulate(Ch).SELected.MARKer(Mk).SET = Param
说明
这个命令针对选择通道(Ch)的激活迹线将标记1到9(Mk)和参考标记(Mk:10)位置的值设置为仪器设置项(Param)的值。
变量
参数 |
Param |
说明 |
仪器设置项 |
数据类型 |
字符串型(String) |
范围 |
从下列各项中选择:
|
实例
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"