SCPI.SOURce.POWer.PORT.CORRection.COLLect.NTOLerance

E5071C

SCPI.SOURce.POWer.PORT.CORRection.COLLect.NTOLerance

对象类型

属性(读写)

语法

SCPI.SOURce.POWer.PORT.CORRection.COLLect.NTOLerance= Value

Value = SCPI.SOURce.POWer.PORT.CORRection.COLLect.NTOLerance

说明

这个命令针对选择通道(Ch)的选择端口(Pt)设置/获取每个测量点的功率校准数据容限。

变量

参数

Value

说明

功率校准容限

数据类型

双精度浮点型(Double)

范围

0到100

预置值

5

单位

dB

分辨率

0.001

当测量结果超出容限时,就会出现错误信息且功率校准功能无法开启。

实例

Dim TorVal As Long
SCPI.SOURce(1).POWer.PORT(1).CORRection.COLLect.NTOLerance = 10
TorVal = SCPI.SOURce(1).POWer.PORT(1).CORRection.COLLect.NTOLerance

相关对象

SCPI.SOURce(Ch).POWer.PORT(Pt).CORRection.COLLect.ACQuire

等效键

Cal > Power Calibration > Tolerance

校准 > 功率校准 > 容限

等效SCPI命令

语法

:SOURce{[1]-36}:POWer:PORT{[1]|2|3|4}
:CORRection:COLLect:NTOLerance <numeric>

:SOURce{[1]-36}:POWer:PORT{[1]|2|3|4}
:CORRection:COLLect:NTOLerance?

查询响应

{numeric}<newline><^END>

应用实例

10 OUTPUT 717;":SOUR1:POW:PORT1:CORR:COLL:NTOL 6"
20 OUTPUT 717;":SOUR1:POW:PORT1:CORR:COLL:NTOL?"
30 ENTER 717;A