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

E5071C

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

对象类型

属性(读写

语法

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

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

说明

这个命令针对选择的通道(Ch)设置/获取端口1到4(Pt)的直流损耗值。

变量

参数

Loss

说明

损耗数

数据类型

长整型(Long)

范围

1到2

预设值

1

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

参数

Value

说明

损耗值

数据类型

双精度浮点型(Double)

范围

-90到90

预设值

0

单位

dBm

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

实例

Dim PLoss As Double
SCPI.SENSe(1).CORRection.EXTension.PORT(1).LOSS(1) = -45
PLoss = SCPI.SENSe(1).CORRection.EXTension.PORT(1).LOSS(1)

相关对象

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

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

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

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

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}:LOSS{[1]|2} <numeric>

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

查询响应

<numeric><newline><^END>

应用实例

10 OUTPUT 717;":SENS1:CORR:EXT:PORT1:LOSS1 0.8"
20 OUTPUT 717;":SENS1:CORR:EXT:PORT1:LOSS1?"
30 ENTER 717;A