SCPI.SENSe(Ch).OFFSet.LOCal.FREQuency.STARt

E5071C

SCPI.SENSe(Ch).OFFSet.LOCal.FREQuency.STARt

对象类型

属性(读写

语法

SCPI.SENSe(Ch).OFFSet.LOCal.FREQuency.STARt = Value

Value = SCPI.SENSe(Ch).OFFSet.LOCal.FREQuency.STARt

说明

这个命令针对选择的通道(Ch)设置/获取设置外部信号源频率的开始值。

变量

参数

Value

说明

设置外部信号源的开始值

数据类型

双精度浮点型(Double)

范围

0到1E12

预置值

0

单位

Hz(赫兹)

分辨率

1

若指定变量不在允许的设置范围,则设置最小值(如果未达到范围的下限)或最大值(如果超出范围的上限)。

应用实例

Dim Start As Double
SCPI.SENSe(1).OFFSet.LOCal.FREQuency.STARt = 100E6
Start = SCPI.SENSe(1).OFFSet.LOCal.FREQuency.STARt

相关对象

SCPI.SENSe(Ch).OFFSet.LOCal.FREQuency.DIVisor

SCPI.SENSe(Ch).OFFSet.LOCal.FREQuency.MULTiplier

SCPI.SENSe(Ch).OFFSet.LOCal.FREQuency.OFFSet

SCPI.SENSe(Ch).OFFSet.LOCal.FREQuency.STOP

等效键

Sweep Setup > Frequency Offset > External Source > Start

扫描设置 > 频率偏置 > 外部源 > 开始

等效SCPI命令

语法

:SENSe{[1]-36}:OFFSet:LOCal[:FREQuency]:STARt <numeric>

:SENSe{[1]-36}:OFFSet:LOCal[:FREQuency]:STARt?

查询响应

{numeric}<newline><^END>

应用实例

10 OUTPUT 717;":SENS1:OFFS:LOC:STAR 5E9"
20 OUTPUT 717;":SENS1:OFFS:LOC:STAR?"
30 ENTER 717;A