- 易迪拓培训,专注于微波、射频、天线设计工程师的培养
SCPI.SENSe(Ch).CORRection.COLLect.CKIT.ORDer.TRLReflect
对象类型
属性 (读写)
语法
SCPI.SENSe(Ch).CORRection.COLLect.CKIT.ORDer.TRLreflect = Value
Value = SCPI.SENSe(Ch).CORRection.COLLect.CKIT.ORDer.TRLreflect
说明
此命令针对选择通道(Ch)的选择校准套件设置/获取用于指定2端口之间TRL校准反射测量的标准。
若标准号是0,则标准对于子类别是无效的。
变量
参数 | Value |
说明 | 标准号 |
数据类型 | 长整型(Long) |
范围 | 0到21 |
注 | 若指定变量不在允许的设置范围,执行时就会出错。 |
实例
Dim StanTrlr As Long
SENSe(1).CORRection.COLLect.CKIT.ORDer.TRLReflect = 5
StanTrlr = SENSe(1).CORRection.COLLect.CKIT.ORDer.TRLReflect
相关对象
SCPI.SENSe(Ch).CORRection.COLLect.CKIT.SELect
SCPI.SENSe(Ch).CORRection.COLLect.CKIT.ORDer.LOAD(Cpt)
SCPI.SENSe(Ch).CORRection.COLLect.CKIT.ORDer.OPEN(Cpt)
SCPI.SENSe(Ch).CORRection.COLLect.CKIT.ORDer.SELect
SCPI.SENSe(Ch).CORRection.COLLect.CKIT.ORDer.SHORt(Cpt)
SCPI.SENSe(Ch).CORRection.COLLect.CKIT.ORDer.THRU(Cpt_m,Cpt_n)
SCPI.SENSe(Ch).CORRection.COLLect.CKIT.ORDer.TRLLine(Cpt_m,Cpt_n)
SCPI.SENSe(Ch).CORRection.COLLect.CKIT.ORDer.TRLThru(Cpt_m,Cpt_n)
等效键
Cal > Modify Cal Kit > Specify CLSs > TRL Reflect
校准 > 修正校准套件 > 指定CLS > TRL反射
等效SCPI命令
语法
:SENSe{[1]-36}:CORRection:COLLect:CKIT:ORDer:TRLReflect <numeric>
:SENSe{[1]-36}:CORRection:COLLect:CKIT:ORDer:TRLReflect?
查询响应
{numeric}<newline><^END>
应用实例
10 OUTPUT 717;":SENS1:CORR:COLL:CKIT:ORD:TRLR 11"
20 OUTPUT 717;":SENS1:CORR:COLL:CKIT:ORD:TRLR?"
30 ENTER 717;A
上一篇:SCPI.SENSe(Ch).CORRection.COLLect.CKIT.ORDer.TRLThru(Cpt_m,Cpt_n)
下一篇:SCPI.SENSe(Ch).CORRection.COLLect.CKIT.ORDer.TRLLine(Cpt_m,Cpt_n)