SCPI.SENSe(Ch).CORRection.RVELocity.COAX

E5071C

SCPI.SENSe(Ch).CORRection.RVELocity.COAX

对象类型

属性(读写

语法

SCPI.SENSe(Ch).CORRection.RVELocity.COAX = Value

Value = SCPI.SENSe(Ch).CORRection.RVELocity.COAX

说明

这个命令针对选择的通道(Ch)设置/获取速度因数。

变量

参数

Value

说明

速度因数

数据类型

双精度浮点型(Double)

范围

0到10

预设值

1

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

实例

Dim Vel As Double
SCPI.SENSe(1).CORRection.RVELocity.COAX = 0.5
Vel = SCPI.SENSe(1).CORRection.RVELocity.COAX

等效键

Cal > Velocity Factor

校准 > 速度因数

等效SCPI命令

语法

:SENSe{[1]-36}:CORRection:RVELocity:COAX <numeric>

:SENSe{[1]-36}:CORRection:RVELocity:COAX?

查询响应

{numeric}<newline><^END>

应用实例

10 OUTPUT 717;":SENS1:CORR:RVEL:COAX 0.7"
20 OUTPUT 717;":SENS1:CORR:RVEL:COAX?"
30 ENTER 717;A