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

E5071C

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

对象类型

属性(读写

语法

SCPI.CALCulate(Ch).SELected.TRANsform.TIME.STIMulus = Param

Param = SCPI.CALCulate(Ch).SELected.TRANsform.TIME.STIMulus

说明

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

变量

参数

Param

说明

激励类型

数据类型

字符串型(String)

范围

从下列各项中选择:

预置值

“IMPulse”

实例

Dim StimType As String
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.CALCulate(1).SELected.TRANsform.TIME.STIMulus = "step"
StimType = SCPI.CALCulate(1).SELected.TRANsform.TIME.STIMulus

相关对象

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

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

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

等效键

Analysis > Transform > Type > Bandpass|Lowpass Step|Lowpass Imp.

  • 从前面板执行操作时,可在操作的同时选择转化类型。

等效SCPI命令

语法

:CALCulate{[1]-36}[:SELected]:TRANsform:TIME:STIMulus {IMPulse|STEP}

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

查询响应

{IMP|STEP}<newline><^END>

应用实例

10 OUTPUT 717;":CALC1:TRAN:TIME LPAS"
20 OUTPUT 717;":CALC1:TRAN:TIME:STIM STEP"
30 OUTPUT 717;":CALC1:TRAN:TIME:STIM?"
40 ENTER 717;A$