SCPI.SYSTem.CORRection.STATe

E5071C

SCPI.SYSTem.CORRection.STATe

对象类型

属性(读写

语法

SCPI.SYSTem.CORRection.STATe = Status

Status = SCPI.SYSTem.CORRection.STATe

说明

这个命令开启/关闭或返回系统修正的状态。

变量

参数

Status

说明

开启/关闭系统修正

数据类型

布尔型(Boolean)

范围

从下列两项中选择:

  • 真或开启:开启系统修正。

  • 假或关闭:关闭系统修正。

预置值

真或开启

实例

Dim SysCal As Boolean
SCPI.SYSTem.CORRection.STATe = False
SysCal = SCPI.SYSTem.CORRection.STATe

等效键

System > Misc Setup > Service Menu > System Correction

系统 > Misc设置 > 服务菜单 > 系统修正

等效SCPI命令

语法

:SYSTem:CORRection[:STATe] {ON|OFF|1|0}

:SYSTem:CORRection[:STATe]?

查询响应

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

应用实例

10 OUTPUT 717;":SYST:CORR OFF"
20 OUTPUT 717;":SYST:CORR?"
30 ENTER 717;A