Programming Manual MSO/UPO2000 Series
7 / 156
Instruments.uni-trend.com
Query returns the last error message, Query returns error message in the format of “<Message number>,
<Message content>. <Message number> is an integer; <Message content> is an ASCII character string with
double quotation marks.
Such as-113,"Undefined header; command cannot be found".
For example
:
:SYSTem:ERR
Empty error message queue.
:SYSTem:ERR?
Query returns
-113,"Undefined header; command cannot be found".
:SYSTem:SETup
Command format
:
:SYSTem:SETup <setup_data>
:SYSTem:SETup?
Functional description
:
This command is used to configure the system setting data. <setup_data> is conform to the Appendix 2
IEEE 488.2 binary data format.
Return format
:
Query returns the system setting data.
:SYSTem:LANGuage
Command format
:
:SYSTem:LANGuage {
ENGLish |
SIMPlifiedchinese |
TRADitionalchinese }
:SYSTem:LANGuage?
Functional description
:
This command is used to set the system lanauage.
Return format
:
Query returns { ENGLish | SIMPlifiedchinese | TRADitionalchinese }
For example
:
:SYSTem:LANGuage ENGL
Set the system language to English.
:SYSTem:LANGuage?
Query returns ENGLish.
:SYSTem:RTC
Command format
:
:SYSTem:RTC <year>,<month>,<day>,<hour>,<minute>,<second>
:SYSTem:RTC?
Functional description
:
This command is used to set the system time.
Return format
:
Query returns year, month, date, hour, minute and second.
For example
:
:SYSTem:RTC 2017,7,7,20,8,8
Set the system time to 20:08:08, 7
th
, July, 2017.
:SYSTem:RTC?
Query returns 2017,7,7,20,8,8.