SCPI.SENSe(Ch).CORRection.RECeiver(Pt).STATe
对象类型
属性(读写)
语法
SCPI.SENSe(Ch).CORRection.RECeiver(Pt).STATe = Status
Status = SCPI.SENSe(Ch).CORRection.RECeiver(Pt).STATe
说明
这个命令针对选择通道(Ch)的选择端口(Pt)启动/关闭或获取接收机校准的差错系数。
变量
参数 |
Status |
说明 |
开/关差错修正 |
数据类型 |
布尔型(Boolean) |
范围 |
从下面两项中选择:
|
预设值 |
假或关闭 |
应用实例
Dim Corr As Boolean
SCPI.SENSe(1).CORRection.RECeiver(1).STATe = True
Corr = SCPI.SENSe(1).CORRection.RECeiver(1).STATe
相关对象
SCPI.SENSe(Ch).CORRection.RECeiver(Pt).COLLect.ACQuire
等效键
Cal > Receiver Calibration > Correction
校准 > 接收机校准 > 修正
等效SCPI命令
语法
:SENSe{[1]-36}:CORRection:RECeiver{[1]|2|3|4}[:STATe] {ON|OFF|1|0}
:SENSe{[1]-36}:CORRection:RECeiver{[1]|2|3|4}[:STATe]?
查询响应
{1|0}<newline><^END>
应用实例
10 OUTPUT 717;":SENS1:CORR:REC1
ON"
20 OUTPUT 717;":SENS1:CORR:REC1?"
30 ENTER 717;A