SCPI.SENSe(Ch).CORRection.COLLect.ECAL.ISOLation.STATe

E5071C

SCPI.SENSe(Ch).CORRection.COLLect.ECAL.ISOLation.STATe

对象类型

属性(读写

语法

SCPI.SENSe(Ch).CORRection.COLLect.ECAL.ISOLation.STATe = Status

Status = SCPI.SENSe(Ch).CORRection.COLLect.ECAL.ISOLation.STATe

说明

这个命令针对选择的通道(Ch)开启/关闭执行Ecal(电校准)时的隔离测量。

变量

参数

Status

说明

开启/关闭执行ECal时的隔离测量

数据类型

布尔型(Boolean)

范围

从下面两项中选择:

  • 真或开启:开启隔离测量。

  • 假或关闭:关闭隔离测量。

预设值

假或关闭

实例

Dim EcalIso As Boolean
SCPI.SENSe(1).CORRection.COLLect.ECAL.ISOLation.STATe = True
EcalIso = SCPI.SENSe(1).CORRection.COLLect.ECAL.ISOLation.STATe

相关对象

SCPI.SENSe(Ch).CORRection.COLLect.ECAL.SOLT1

SCPI.SENSe(Ch).CORRection.COLLect.ECAL.SOLT2

SCPI.SENSe(Ch).CORRection.COLLect.ECAL.SOLT3

SCPI.SENSe(Ch).CORRection.COLLect.ECAL.SOLT4

等效键

Cal > ECal > Isolation

校准 > ECal > 隔离

等效SCPI命令

语法

:SENSe{[1]-36}:CORRection:COLLect:ECAL:ISOLation[:STATe] {ON|OFF|1|0}

:SENSe{[1]-36}:CORRection:COLLect:ECAL:ISOLation[:STATe]?

查询响应

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

应用实例

10 OUTPUT 717;":SENS1:CORR:COLL:ECAL:ISOL ON"
20 OUTPUT 717;":SENS1:CORR:COLL:ECAL:ISOL?"
30 ENTER 717;A