SCPI.SENSe(Ch).CORRection.EXTension.STATe

E5071C

SCPI.SENSe(Ch).CORRection.EXTension.STATe

对象类型

属性(读写

语法

SCPI.SENSe(Ch).CORRection.EXTension.STATe = Status

Status = SCPI.SENSe(Ch).CORRection.EXTension.STATe

说明

这个命令针对选择的通道(Ch)开启/关闭或返回端口扩展的状态。

变量

参数

Status

说明

开/关端口扩展修正

数据类型

布尔型(Boolean)

范围

从下列两项中选择:

  • 真或开启:开启端口扩展。

  • 假或关闭:关闭端口扩展。

预设值

假或关闭

实例

Dim Ext As Boolean
SCPI.SENSe(1).CORRection.EXTension.STATe = True
Ext = SCPI.SENSe(1).CORRection.EXTension.STATe

相关对象

SCPI.SENSe(Ch).CORRection.EXTension.PORT(Pt).TIME

SCPI.SENSe(Ch).CORRection.EXTension.AUTO.DCOFfset

SCPI.SENSe(Ch).CORRection.EXTension.AUTO.LOSS

SCPI.SENSe(Ch).CORRection.EXTension.AUTO.MEASure

SCPI.SENSe(Ch).CORRection.EXTension.AUTO.PORT(Pt)

SCPI.SENSe(Ch).CORRection.EXTension.AUTO.RESet

SCPI.SENSe(Ch).CORRection.EXTension.PORT(Pt).FREQuency(Fq)

SCPI.SENSe(Ch).CORRection.EXTension.PORT(Pt).INCLude(Il).STATe

SCPI.SENSe(Ch).CORRection.EXTension.PORT(Pt).LDC

SCPI.SENSe(Ch).CORRection.EXTension.PORT(Pt).LOSS(Loss)

SCPI.SENSe(Ch).CORRection.EXTension.PORT(Pt).TIME

等效键

Cal > Port Extensions > Extensions

校准 > 端口扩展 > 扩展

等效SCPI命令

语法

:SENSe{[1]-36}:CORRection:EXTension[:STATe] {ON|OFF|1|0}

:SENSe{[1]-36}:CORRection:EXTension[:STATe]?

查询响应

{1|0}<newline><^END>

应用实例

10 OUTPUT 717;":SENS1:CORR:EXT ON"
20 OUTPUT 717;":SENS1:CORR:EXT?"
30 ENTER 717;A