60
AT4610/AT4710 User’s Guide
page reminder bar
.
Table 11-2 DISPLAY subsystem tree
DISPlay
:PAGE
{DATA LOG,MEAS,COMP,FILE,SETUP,SYSTEM}
:LINE
<string>
11.4.1
DISPlay:PAGE
DISP:PAGE is used for switching to an appointed page.
Command Syntax
DISPlay:PAGE <page name>
Parameter
<page name> includes:
DATA LOG
<DATA LOG> page
MEAS
<MEAS DISPLAY> page
COMP
<COMP SET> page
FILE
<FILE> page
SETUP
<SETUP> page
SYSTEM
<SYSTEM CONFIG> page
Example
SEND
> disp
:
page
setup
<NL>
//switch to Setup page
Query Syntax
DISP:PAGE?
Query Response
<page name>
Example
SEND
> disp:page?
<NL>
RET
> meas
<NL>
11.4.2
DISP:LINE
DISP:LINE Is used for display a string of text at the bottom of reminder bar page, text can
display maximum 30 characters.
Command Syntax
DISPlay:LINE <text color
>
,<background color>,<
string
>
Parameter
<text color>
standard RGB color value
<background color>
standard RGB color value
MAX <string> is 200 characters, and MAX Chinese character is 100, excess portion will be
cut off.
Example
SEND
> DISP:LINE -1,-1,This is a Comment.
<NL>
//Default color display text
SEND
> DISP:LINE 0xFFFFFF,0x0000FF,This is a Comment.
<NL>
//Red box with
white character display text
Conversion formula of RGB color, please use the following macro definition to change into
color used by instrument in C/C++ file:
#define RGB(r,g,b) ((COLORREF)(((BYTE)(r)|((WORD)((BYTE)(g))<<8))|(((DWORD)(BYTE)(b))<<16)))
For example:
Red
:
0x0000FF
Blue
:
0x00FF00
Green
:
0xFF0000
White
:
0xFFFFFF
Black
:
0
System color
:
-1
<
String
> character will be typed with original shape in information bar.
11.5
SETUP SUBSYSTEM
Table 11-3
SETUP system tree
SETUP:CH? <ch>
Query setup parameter of an appointed channel
SETUP:CH:EN <ch>,{0,1}
Turn on/off current channel
SETUP:CH:TYPE <ch>,<type>
Setting Type of an appointed channel
SETUP:CH:RANGE <ch>,<rangeno>
Setting Range of an appointed channel