- 易迪拓培训,专注于微波、射频、天线设计工程师的培养
SCPI.CALCulate(Ch).SELected.MARKer(Mk).Y
对象类型
属性(只读)
语法
Data = SCPI.CALCulate(Ch).SELected.MARKer(Mk).Y
说明
这个命令针对选择通道(Ch)的激活迹线读出标记1到9(Mk)和参考标记(Mk:10)的响应值。
当参考标记模式为ON(用SCPI.CALCulate(Ch).SELected.MARKer.REFerence.STATe对象指定真)时,读出值为参考标记的相关值。
变量
参数 | Data |
说明 | 表示2元素数组数据(标记的响应值)
数组索引从0开始。 |
数据类型 | 变量类型(Variant) |
实例
Dim MkrY As Variant
SCPI.CALCulate(1).PARameter(1).SELect
MkrY = SCPI.CALCulate(1).SELected.MARKer(1).Y
相关对象
SCPI.CALCulate(Ch).PARameter(Tr).SELect
SCPI.CALCulate(Ch).SELected.MARKer.REFerence.STATe
SCPI.CALCulate(Ch).SELected.MARKer(Mk).X
等效键
前面板上没有等效键
等效SCPI命令
语法
:CALCulate{[1]-36}[:SELected]:MARKer{[1]-10}:Y?
查询响应
{numeric 1},{numeric 2}<newline><^END>
| 说明 |
{numeric 1} | 标记位置的响应值(主值)。 |
{numeric 2} | 标记位置的响应值(次值)。 |
应用实例
10 OUTPUT 717;":CALC1:MARK1:Y?"
30 ENTER 717;A,B
上一篇:SCPI.CALCulate(Ch).SELected.MARKer.REFerence.STATe
下一篇:SCPI.CALCulate(Ch).SELected.MARKer(Mk).X