SCPI.SENSe(Ch).CORRection.COLLect.CKIT.STAN(Std).CHARacter

E5071C

SCPI.SENSe(Ch).CORRection.COLLect.CKIT.STAN(Std).CHARacter

对象类型

属性(读写

语法

SCPI.SENSe(Ch).CORRection.COLLect.CKIT.STAN(Std).CHARacter = Param

Param = SCPI.SENSe(Ch).CORRection.COLLect.CKIT.STAN(Std).CHARacter

说明

这个命令针对选择通道(Ch)的选择校准套件设置/获取标准1到21(Std)C3值的值。

变量

参数

Param

说明

选择标准介质类型。

数据类型

字符串型(String)

范围

从下面两项中选择:

  • “同轴”:选择同轴作为介质类型。

  • “波导”:选择波导作为介质类型。

预置值

“同轴”

实例

Dim StanChar As Double
SCPI.SENSe(1).SENSe.CORRection.COLLect.CKIT.STAN.CHARacter = "WAVeguide"
StanChar = SCPI.SENSe.CORRection.COLLect.CKIT.STAN.CHARacter

相关对象

SCPI.SENSe(Ch).CORRection.COLLect.CKIT.STAN(Std).DELay

等效键

Cal > Modify Cal Kit > Define STDs > no. name > Media

> 修正校准套件 > 定义标准 > 编号.名称 > 介质

等效SCPI命令

语法

:SENSe{[1]-36}:CORRection:COLLect:CKIT:STAN{[1]|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20|21}:CHARacter {COAXial|WAVeguide}

:SENSe{[1]-36}:CORRection:COLLect:CKIT:STAN{[1]|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20|21}:CHARacter?

查询响应

{COAXial|WAVeguide}<newline><^END>

应用实例

10 OUTPUT 717;":SENS1:CORR:COLL:CKIT:STAN1:CHAR WAV"
20 OUTPUT 717;":SENS1:CORR:COLL:CKIT:STAN1:CHAR?"
30 ENTER 717;A$