Display Related Command
Copyright© Itech Electronics Co., Ltd. 23
Chapter4 Display Related Command
DISPlay[:WINDow][:STATe]
This command is used to set the screen state.
Command syntax
DISPlay[:WINDow][:STATe] <bool>
Arguments
0|1|OFF|ON
Example
DISP 1
Query syntax
DISPlay[:WINDow][:STATe]?
Returns
0|1
DISPlay[:WINDow]:TEXT[:DATA]
This command is used to display a character string on point area.
Command syntax
DISPlay[:WINDow]:TEXT[:DATA] <NR1>,<str>
Arguments
<NR1>,<str>
Example
DISP:TEXT 1, “HELL0 “
Query syntax
DISPlay[:WINDow]:TEXT[:DATA]?
Returns
<str>
DISPlay[:WINDOW]:TEXT:CLEar
This command is used to clean the screen.
Command syntax
DISPlay[:WINDOW]:TEXT:CLEar