- 易迪拓培训,专注于微波、射频、天线设计工程师的培养
SCPI.SENSe(Ch).CORRection.IMPedance.INPut.MAGNitude
对象类型
属性(读写)
语法
SCPI.SENSe(Ch).CORRection.IMPedance.INPut.MAGNitude = Value
Value = SCPI.SENSe(Ch).CORRection.IMPedance.INPut.MAGNitude
说明
这个命令设置/获取系统特性阻抗(Z0)值。
这个对象提供固化软件版本3.01或更高版本提供。
变量
参数 | Value |
说明 | 系统Z0值 |
数据类型 | 双精度浮点型(Double) |
范围 | 1E-3到1000 |
预设值 | 50 |
单位 | 欧姆 |
分辨率 | 0.001 |
注 | 若指定变量不在允许的设置范围,则设置最小值(如果未达到范围的下限)或最大值(如果超出范围的上限)。 |
实例
Dim SysZ0 As Double
SCPI.SENSe.CORRection.IMPedance.INPut.MAGNitude = 75
SysZ0 = SCPI.SENSe.CORRection.IMPedance.INPut.MAGNitude
Equivalent key
Cal > Set Z0
校准 > 设置Z0
等效SCPI命令
语法
:SENSe:CORRection:IMPedance[:INPut][:MAGNitude] <numeric>
:SENSe:CORRection:IMPedance[:INPut][:MAGNitude]?
查询响应
{numeric}<newline><^END>
应用实例
10 OUTPUT 717;":SENS:CORR:IMP 75"
20 OUTPUT 717;":SENS:CORR:IMP?"
30 ENTER 717;A
上一篇:SCPI.SENSe(Ch).CORRection.OFFSet.CLEar
下一篇:SCPI.SENSe(Ch).CORRection.EXTension.STATe