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

E5071C

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

对象类型

属性(读写

语法

SCPI.CALCulate(Ch).SELected.CONVersion.FUNCtion = Param

Param = SCPI.CALCulate(Ch).SELected.CONVersion.FUNCtion

说明

这个命令利用参数变换功能设置/获取变换后的参数,以用于选择通道(Ch)的激活迹线。

变量

参数

Param

说明

变换后的参数

数据类型

字符串型(String)

范围

从下列各项中选择:

  • “ZREFlection”:指定发射测量中的等效阻抗。

  • “ZTRansmit”:指定传输测量中的等效阻抗(串联)。

  • “YREFlection”:指定发射测量中的等效导纳。

  • “YTRansmit”:指定传输测量中的等效导纳(串联)。

  • “INVersion”:指定反S参数。

  • “ZTSHunt”:指定传输测量中的等效阻抗(分路)。

  • “YTSHunt”:指定传输测量中的等效导纳(分路)。

  • “CONJugation”:指定共轭。

预置值

ZREFlection

实例

Dim Func As String
SCPI.CALCulate(1).PARameter(1).SELect
SCPI.CALCulate(1).SELected.CONVersion.FUNCtion = "ztr"
Func = SCPI.CALCulate(1).SELected.CONVersion.FUNCtion

相关对象

SCPI.CALCulate(Ch).SELected.CONVersion.STATe

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

SCPI.SENSe(Ch).CORRection.EXTension.AUTO.DCOFfset

等效键

Analysis > Conversion > Z:Reflection|Z:Transmission|Y:Reflection|Y:Transmission|1/S| Z:Trans-Shunt|Y:Trans-Shunt|Conjugation

等效SCPI命令

语法

:CALCulate{[1]-36}[:SELected]:CONVersion:FUNCtion {ZREFlection| ZTRansmit|YREFlection|YTRansmit|INVersion|ZTSHunt|YTSHunt|CONJugation}

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

查询响应

{ZREF|ZTR|YREF|YTR|INV|ZTSH|YTSH|CONJ}<newline><^END>

应用实例

10 OUTPUT 717;":CALC1:CONV:FUNC ZTR"
20 OUTPUT 717;":CALC1:CONV:FUNC?"
30 ENTER 717;A$