SCPI.DISPlay.CLOCk
对象类型
属性(读写)
语法
SCPI.DISPlay.CLOCk = Status
Status = SCPI.DISPlay.CLOCk
说明
这个命令开启/关闭仪器状态栏(在LCD显示器的右下角)的时钟显示。
变量
参数
|
Status |
说明 |
开启/关闭时钟显示 |
数据类型 |
布尔型(Boolean) |
范围 |
从下列两项中选择:
|
预置值 |
真或开启 |
实例
Dim DispTime As Boolean
SCPI.DISPlay.CLOCk = ON
DispTime = SCPI.DISPlay.CLOCk
等效键
System > Misc Setup > Clock Setup > Show Clock
系统 > Misc设置 > 时钟设置 > 显示时钟
等效SCPI命令
语法
:DISPlay:CLOCk {ON|OFF|1|0}
:DISPlay:CLOCk?
查询响应
{1|0}<newline><^END>
应用实例
10 OUTPUT 717;":DISP:CLOC OFF"
20 OUTPUT 717;":DISP:CLOC?"
30 ENTER 717;A