SCPI.SENSe(Ch).CORRection.EXTension.PORT(Pt).INCLude(Il).STATe

E5071C

SCPI.SENSe(Ch).CORRection.EXTension.PORT(Pt).INCLude(Il).STATe

对象类型

属性(读写

语法

SCPI.SENSe(Ch).CORRection.EXTension.PORT(Pt).INCLude(Il).STATe = Status

Status = SCPI.SENSe(Ch).CORRection.EXTension.PORT(Pt).INCLude(Il).STATe

说明

这个命令针对现在的通道(Ch)启动或关闭包括端口1到4 (Pt)的1和2的(Il)的损耗值和频率值设置。

变量

参数

Il

说明

包括数

数据类型

长整型(Long)

范围

1到2

预设值

1

如果指定变量不在允许的设置范围,执行时就会出错。

参数

Status

说明

启动或关闭损耗值和频率值的设置。

数据类型

布尔型(Boolean)

范围

从下列各项中选择:

  • 真或开启:开启损耗值和频率值。

  • 假或关闭:关闭损耗值和频率值。

预设值

假或关闭

实例

Dim PortIncl As Double
SCPI.SENSe(1).CORRection.EXTension.PORT(1).INCLude(1).STATe = 500E6
PortIncl = SCPI.SENSe(1).CORRection.EXTension.PORT(1).INCLude(1).STATe

相关对象

SCPI.SENSe(Ch).CORRection.EXTension.STATe

SCPI.SENSe(Ch).CORRection.EXTension.PORT(Pt).FREQuency(Fq)

SCPI.SENSe(Ch).CORRection.EXTension.PORT(Pt).LDC

SCPI.SENSe(Ch).CORRection.EXTension.PORT(Pt).LOSS(Loss)

SCPI.SENSe(Ch).CORRection.EXTension.PORT(Pt).TIME

等效键

Cal > Port Extensions > Loss > Loss1|Loss2

校准 > 端口扩展 > 损耗 > 损耗1|损耗2

等效SCPI命令

语法

:SENSe{[1]-36}:CORRection:EXTension:PORT{[1]|2|3|4}:INCLude{[1]|2}[:STATe] {ON|OFF|1|0}

:SENSe{[1]-36}:CORRection:EXTension:PORT{[1]|2|3|4}:INCLude{[1]|2}[:STATe]?

查询响应

{1|0}<newline><^END>

应用实例

10 OUTPUT 717;":SENS1:CORR:EXT:PORT1:INCL1 ON"
20 OUTPUT 717;":SENS1:CORR:EXT:PORT1:INCL1?"
30 ENTER 717;A