- 易迪拓培训,专注于微波、射频、天线设计工程师的培养
SCPI.SENSe(Ch).CORRection.EXTension.AUTO.STARt
对象类型
属性(读写)
语法
SCPI.SENSe(Ch).CORRection.EXTension.AUTO.STARt = Value
Value = SCPI.SENSe(Ch).CORRection.EXTension.AUTO.STARt
说明
这个命令针对选择的通道(Ch) 获取/设置用户指定自动端口扩展的频率范围内的开始频率。
变量
参数 | Value |
说明 | 开始频率 |
数据类型 | 双精度浮点型(Double) |
范围 | 9E3到3E9(选件230、235、430、435) 1E5到8.5E9(选件280、285、480、485) |
预设值 | 3E5 |
单位 | Hz(赫兹) |
注 | 若指定变量不在允许的设置范围,则设置最小值(如果未达到范围的下限)或最大值(如果超出范围的上限)。 |
实例
Dim AStart As Double
SCPI.SENSe(1).CORRection.EXTension.AUTO.STARt = 1E9
AStart = SCPI.SENSe(1).CORRection.EXTension.AUTO.STARt
相关对象
SCPI.SENSe(Ch).CORRection.EXTension.STATe
SCPI.SENSe(Ch).CORRection.EXTension.AUTO.CONFig
SCPI.SENSe(Ch).CORRection.EXTension.AUTO.DCOFfset
SCPI.SENSe(Ch).CORRection.EXTension.AUTO.LOSS
SCPI.SENSe(Ch).CORRection.EXTension.AUTO.MEASure
SCPI.SENSe(Ch).CORRection.EXTension.AUTO.PORT(Pt)
SCPI.SENSe(Ch).CORRection.EXTension.AUTO.RESet
SCPI.SENSe(Ch).CORRection.EXTension.AUTO.STOP
等效键
Cal > Port Extensions > Auto Port Extension > Method > User Span Start
校准 > 端口扩展 > 自动端口扩展 > 方法 > 用户扫宽启动
等效SCPI命令
语法
:SENSe{[1]-36}:CORRection:EXTension:AUTO:STARt <numeric>
:SENSe{[1]-36}:CORRection:EXTension:AUTO:STARt?
查询响应
{numeric}<newline><^END>
应用实例
10 OUTPUT 717;":SENS1:CORR:EXT:AUTO:STAR 1.2E9"
20 OUTPUT 717;":SENS1:CORR:EXT:AUTO:STAR?"
30 ENTER 717;A
上一篇:SCPI.SENSe(Ch).CORRection.EXTension.AUTO.STOP
下一篇:SCPI.SENSe(Ch).CORRection.EXTension.AUTO.RESet