SCPI.SENSe(Ch).CORRection.COLLect.CKIT.ORDer.LOAD(Cpt)
对象类型
属性 (读写)
语法
SCPI.SENSe(Ch).CORRection.COLLect.CKIT.ORDer.LOAD(Cpt) = Value
Value = SCPI.SENSe(Ch).CORRection.COLLect.CKIT.ORDer.LOAD(Cpt)
说明
此命令针对选择通道(Ch)的选择校准套件设置/获取用于指定端口(Cpt)负载测量的标准。
变量
参数 |
Cpt |
说明 |
端口号 |
数据类型 |
长整型(Long) |
范围 |
1到4 |
注 |
如果指定变量不在允许的设置范围,执行时就会出错。 |
因为变量(Cpt)没有预置值,所以不能忽略该变量。如果您忽略该变量(Cpt),执行时就会出错。
参数 |
Value |
说明 |
标准号 |
数据类型 |
长整型(Long) |
范围 |
0到21 |
注 |
如果指定变量不在允许的设置范围,执行时就会出错。 |
实例
Dim StanLoad As Long
SCPI.SENSe(1).CORRection.COLLect.CKIT.ORDer.LOAD(1) = 10
StanLoad = SCPI.SENSe(1).CORRection.COLLect.CKIT.ORDer.LOAD(1)
相关对象
SCPI.SENSe(Ch).CORRection.COLLect.CKIT.SELect
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.TRLReflect
SCPI.SENSe(Ch).CORRection.COLLect.CKIT.ORDer.TRLThru(Cpt_m,Cpt_n)
等效键
Cal > Modify Cal Kit > Specify CLSs > Load > Set All|Port 1|Port 2|Port 3|Port 4
校准 > 修正校准套件 > 指定CLS > 负载 > 设置全部|端口1|端口2|端口3|端口4
等效SCPI命令
语法
:SENSe{[1]-36}:CORRection:COLLect:CKIT:ORDer:LOAD <numeric 1>,<numeric 2>
:SENSe{[1]-36}:CORRection:COLLect:CKIT:ORDer:LOAD? <numeric 1>
查询响应
{numeric 2}<newline><^END>
应用实例
10 OUTPUT 717;":SENS1:CORR:COLL:CKIT:ORD:LOAD
1,9"
20 OUTPUT 717;":SENS1:CORR:COLL:CKIT:ORD:LOAD? 1"
30 ENTER 717;A