SCPI.CALCulate(Ch).SELected.FUNCtion.DOMain.STARt
对象类型
属性(读写)
语法
SCPI.CALCulate(Ch).SELected.FUNCtion.DOMain.STARt = Value
Value = SCPI.CALCulate(Ch).SELected.FUNCtion.DOMain.STARt
说明
这个命令针对选择的通道(Ch)设置/获取SCPI.CALCulate(Ch).SELected.FUNCtion.EXECute对象分析范围的开始值。
当迹线耦合关闭时,激活迹线成为设置目标。
变量
参数 |
Value |
说明 |
分析范围的开始值 |
数据类型 |
双精度浮点型(Double) |
预置值 |
0 |
单位 |
Hz(赫兹)、dBm或s(秒) |
实例
Dim AnaStar As Double
SCPI.CALCulate(1).SELected.FUNCtion.DOMain.STARt = 1.5E9
AnaStar = SCPI.CALCulate(1).SELected.FUNCtion.DOMain.STARt
相关对象
SCPI.CALCulate(Ch).SELected.FUNCtion.DOMain.STOP
SCPI.CALCulate(Ch).SELected.FUNCtion.DOMain.STATe
SCPI.CALCulate(Ch).SELected.FUNCtion.DOMain.COUPle
SCPI.CALCulate(Ch).SELected.FUNCtion.EXECute
等效键
前面板上没有等效键。
等效SCPI命令
语法
:CALCulate{[1]-36}[:SELected]:FUNCtion:DOMain:STARt <numeric>
:CALCulate{[1]-36}[:SELected]:FUNCtion:DOMain:STARt?
查询响应
{numeric}<newline><^END>
应用实例
10 OUTPUT 717;":CALC1:FUNC:DOM:STAR 1.7E9"
20 OUTPUT 717;":CALC1:FUNC:DOM:STAR?"
30 ENTER 717;A