- 易迪拓培训,专注于微波、射频、天线设计工程师的培养
SCPI.SENSe(Ch).CORRection.EXTension.PORT(Pt).LDC
对象类型
属性(读写)
语法
SCPI.SENSe(Ch).CORRection.EXTension.PORT(Pt).LDC = Value
Value = SCPI.SENSe(Ch).CORRection.EXTension.PORT(Pt).LDC
说明
这个命令针对选择的通道(Ch)设置/获取端口1到4(Pt)的直流损耗值。
变量
参数 | Value |
说明 | 直流损耗值 |
数据类型 | 双精度浮点型(Double) |
范围 | -90到90 |
预设值 | 0 |
单位 | dBm |
注 | 若指定变量不在允许的设置范围,则设置最小值(如果未达到范围的下限)或最大值(如果超出范围的上限)。 |
实例
Dim PLdc As Double
SCPI.SENSe(1).CORRection.EXTension.PORT(1).LDC = 45
PLdc = SCPI.SENSe(1).CORRection.EXTension.PORT(1).LDC
相关对象
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).LOSS(Loss)
SCPI.SENSe(Ch).CORRection.EXTension.PORT(Pt).TIME
等效键
Cal > Port Extensions > Loss > Loss at DC
校准 > 端口扩展 > 损耗 > 直流损耗
等效SCPI命令
语法
:SENSe{[1]-36}:CORRection:EXTension:PORT{[1]|2|3|4}:LDC <numeric>
:SENSe{[1]-36}:CORRection:EXTension:PORT{[1]|2|3|4}:LDC?
查询响应
<numeric><newline><^END>
应用实例
10 OUTPUT 717;":SENS1:CORR:EXT:PORT1:LDC 1.2"
20 OUTPUT 717;":SENS1:CORR:EXT:PORT1:LDC?"
30 ENTER 717;A
上一篇:SCPI.SENSe(Ch).CORRection.EXTension.PORT(Pt).LOSS(Loss)
下一篇:SCPI.SENSe(Ch).CORRection.EXTension.PORT(Pt).INCLude(Il).STATe