- 易迪拓培训,专注于微波、射频、天线设计工程师的培养
SCPI.SENSe(Ch).CORRection.OFFSet.COLLect.ACQuire.PMETer
对象类型
方式(只写)
语法
SCPI.SENSe(Ch).CORRection.OFFSet.COLLect.ACQuire.PMETer = Params
说明
当频率偏置功能打开时,这个命令针对选择的端口和通道(Ch)使用功率计测量标量混频器校准数据。
变量
参数 | Params |
说明 | 提供3元素数组数据(端口)。 参数(0):测量端口数 参数(1):频率端口数 参数(2):使用的功率传感器数 数组索引从0开始。 |
数据类型 | 变量类型(Variant) |
范围 | 测量端口数/频率端口数1到4 使用的功率传感器数
|
注 | 作为频率的值针对频率端口号指定的端口,由频率设置命令SCPI.SENSe(Ch).OFFSet.PORT(Pt).FREQuency及其命令指定。 功率传感器与功率计校准具有共同的设置。 |
应用实例
SCPI.SENSe(1).CORRection.OFFSet.COLLect.ACQuire.PMETer = Array(1,2,"ASENsor")
Dim Params As Variant
Params(0) = 1
Params(1) = 2
Params(2) = "ASENsor"
SCPI.SENSe(1).CORRection.OFFSet.COLLect.ACQuire.PMETer = Params
相关对象
SCPI.SENSe(Ch).CORRection.OFFSet.COLLect.ACQuire.LOAD
SCPI.SENSe(Ch).CORRection.OFFSet.COLLect.ACQuire.OPEN
SCPI.SENSe(Ch).CORRection.OFFSet.COLLect.ACQuire.SHORt
等效键
Cl > Mixer/Converter Caribration > Scalar Cal(Manual) > Power Meter > Use Sensor A|Use Sensor B
校准 > 混频器/转换器校准 > 标量校准(手动) > 功率计 > 使用传感器A|使用传感器B
Cal > Mixer/Converter Caribration > Scalar Cal(Manual) > Power Meter > PortX@FreqY
校准 > 混频器/转换器校准 > 标量校准(手动)> 功率计 > 端口X@频率Y 宽带
端口X和频率Y的值取决于选择的校准方法和端口号。
等效SCPI命令
语法
:SENSe{[1]-36}:CORRection:OFFSet:COLLect[:ACQuire]:PMETer <numeric 1>,<numeric 2>,{ASENsor|BSENsor}
应用实例
10 OUTPUT 717;":SENS1:CORR:OFFS:COLL:PMET 1,4,ASEN"
20 OUTPUT 717;"*OPC?"
30 ENTER 717;A
上一篇:SCPI.SENSe(Ch).CORRection.OFFSet.COLLect.ACQuire.SHORt
下一篇:SCPI.SENSe(Ch).CORRection.OFFSet.COLLect.ACQuire.OPEN