SCPI.DISPlay.WINDow(Ch).TRACe(Tr).STATe
对象类型
属性(读写)
语法
SCPI.DISPlay.WINDow(Ch).TRACe(Tr).STATe = Status
Status = SCPI.DISPlay.WINDow(Ch).TRACe(Tr).STATe
说明
这个命令针对选择通道(Ch)的选择迹线(Tr)开启/关闭数据迹线显示。
变量
参数 |
Status |
说明 |
开启/关闭数据迹线显示。 |
数据类型 |
布尔型(Boolean) |
范围 |
从下列两项中选择:
|
预置值 |
真或开启 |
实例
Dim DispTrac As Boolean
SCPI.DISPlay.WINDow(1).TRACe(2).STATe = False
DispTrac = SCPI.DISPlay.WINDow(1).TRACe(2).STATe
相关对象
SCPI.DISPlay.WINDow(Ch).TRACe(Tr).MEMory.STATe
等效键
Display > Display > Data (when the memory trace display is OFF)
显示 > 显示 > 数据 (当存储迹线显示关闭时)
Display > Display > Data & Mem (when the memory trace display is ON)
显示 > 显示 > 数据与存储 (当存储迹线显示打开时)
等效SCPI命令
语法
:DISPlay:WINDow{[1]-36}:TRACe{[1]-16} :STATe {ON|OFF|1|0}
:DISPlay:WINDow{[1]-36}:TRACe{[1]-16} :STATe?
查询响应
{1|0}<newline><^END>
应用实例
10 OUTPUT 717;":DISP:WIND1:TRAC1:STAT ON"
20 OUTPUT 717;":DISP:WIND1:TRAC1:STAT?"
30 ENTER 717;A