- 易迪拓培训,专注于微波、射频、天线设计工程师的培养
SCPI.CALCulate(Ch).SELected.OFFset.XAXis
对象类型
属性(读写)
语法
SCPI.CALCulate(Ch).SELected.OFFSet.XAXis = Param
Param = SCPI.CALCulate(Ch).SELected.OFFSet.XAXis
说明
频率偏移功能开启时,这个命令针对选择通道(Ch)的激活迹线设置/获取X轴的频率。
变量
参数 | Param |
说明 | 选择X轴的频率(频率偏置:开启) |
数据类型 | 字符串型(String) |
范围 | 从下列各项中选择:
|
预置值 | RESPonse |
应用实例
Dim Xaxis As String
SCPI.SENSe.OFFSet.STATe = True
SCPI.CALCulate(1).SELected.OFFSet.XAXis = "STIMulus"
Xaxis = SCPI.CALCulate(1).SELected.OFFSet.XAXis
相关对象
SCPI.SENSe(Ch).OFFSet.STATe
SCPI.CALCulate(Ch).SELected.MIXer.XAXis
等效键
Sweep Setup > Frequency Offset > X-Axis > Base|Stimulus|Response
等效SCPI命令
语法
:CALCulate{[1]-36}[:SELected]:OFFSet:XAXis {BASE|STIMulus| RESPonse}
:CALCulate{[1]-36}[:SELected]:OFFSet:XAXis?
查询响应
{BASE|STIMulus|RESPonse}<newline><^END>
应用实例
10 OUTPUT 717;":CALC1:OFFS:XAX RESP"
20 OUTPUT 717;":CALC1:OFFS:XAX?"
30 ENTER 717;A$
上一篇:SCPI.CALCulate(Ch).SELected.RLIMit.DATA
下一篇:SCPI.CALCulate(Ch).SELected.MSTatistics.STATe