SCPI.CALCulate(Ch).SELected.TRANsform.TIME.STOP

E5071C

SCPI.CALCulate(Ch).SELected.TRANsform.TIME.STOP

对象类型

属性(读写

语法

SCPI.CALCulate(Ch).SELected.TRANsform.TIME.STOP = Value

Value = SCPI.CALCulate(Ch).SELected.TRANsform.TIME.STOP

说明

这个命令针对选择通道(Ch)的激活迹线设置/获取用于时域功能之传输功能的宽度值。

变量

参数

Value

说明

停止值

数据类型

双精度浮点型(Double)

范围

根据频宽和点数而有所不同。

预置值

1E-8

单位

s(秒)

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

实例

Dim Span As Double
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.CALCulate(1).SELected.TRANsform.TIME.STOP = 2E-8
Cent = SCPI.CALCulate(1).SELected.TRANsform.TIME.STOP

相关对象

SCPI.CALCulate(Ch).SELected.TRANsform.TIME.STARt

SCPI.CALCulate(Ch).SELected.TRANsform.TIME.STATe

SCPI.CALCulate(Ch).PARameter(Tr).SELect

等效键

Analysis > Transform > Stop

等效SCPI命令

语法

:CALCulate{[1]-36}[:SELected]:TRANsform:TIME:STOP <numeric>

:CALCulate{[1]-36}[:SELected]:TRANsform:TIME:STOP?

查询响应

{numeric}<newline><^END>

应用实例

10 OUTPUT 717;":CALC1:TRAN:TIME:STOP 2E-8"
20 OUTPUT 717;":CALC1:TRAN:TIME:STOP?"
30 ENTER 717;A