SCPI.CALCulate(Ch).SELected.FUNCtion.TARGet

E5071C

SCPI.CALCulate(Ch).SELected.FUNCtion.TARGet

对象类型

属性(读写

语法

SCPI.CALCulate(Ch).SELected.FUNCtion.TARGet = Value

Value = SCPI.CALCulate(Ch).SELected.FUNCtion.TARGet

说明

当通过SCPI.CALCulate(Ch).SELected.FUNCtion.EXECute对象搜索目标时,这个命令针对选择通道(Ch)的激活迹线设置/获取目标值。

变量

参数

Value

说明

目标值

数据类型

双精度浮点型(Double)

范围

-5E8到5E8

预置值

0

单位

随数据格式变化。

  • 对数幅度(MLOG):dB(分贝)

  • 相位(PHAS)、扩展相位(UPH)或正相位(PPH):°(度)

  • 群延迟(GDEL):s(秒)

  • 其他:无单位

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

实例

Dim TargVal As Double
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.CALCulate(1).SELected.FUNCtion.TYPE = "atar"
SCPI.CALCulate(1).SELected.FUNCtion.TARGet = -12.5
TargVal = SCPI.CALCulate(1).SELected.FUNCtion.TARGet

相关对象

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

SCPI.CALCulate(Ch).SELected.FUNCtion.TYPE

SCPI.CALCulate(Ch).SELected.FUNCtion.TTRansition

SCPI.CALCulate(Ch).SELected.FUNCtion.EXECute

等效键

前面板上没有等效键。

等效SCPI命令

语法

:CALCulate{[1]-36}[:SELected]:FUNCtion:TARGet <numeric>

:CALCulate{[1]-36}[:SELected]:FUNCtion:TARGet?

查询响应

{numeric}<newline><^END>

应用实例

10 OUTPUT 717;":CALC1:FUNC:TARG -12.5"
20 OUTPUT 717;":CALC1:FUNC:TARG?"
30 ENTER 717;A