Uni-Trend UTD2000E Series Manual de usuario

UNI-T
Manual
UTD2000E Series Programmable Digital Oscilloscope
June 2017
Uni-Trend Technology (China) Co., Ltd.

UNI-T
UTD2000E Series Osilloscope Pro
g
rammin
g
Manual
Warranty and Statement
Copyright
2017 U n i - T r e n d T e c h n o l o g y ( C h i n a ) C o . , L t d .
Brand Information
UNI-T is the registered trademark of Uni-Trend Technology (China) Co., Ltd.
Software Version
00.00.01
Software upgrade may have some change and add more function, please subscribe
UNI-T website to get the new version or contact UNI-T.
Statement
UNI-T products are protected by patents (including obtained and pending) in China and
other countries and regions.
UNI-T reserves the right to change specifications and prices.
The information provided in this manual supersedes all previous publications.
Information provided in this manual is subject to change without prior notice.
UNI-T shall not be liable for any errors that may be contained in this manual. For any
incidental or consequential damages, arising out of the use or the information and
deductive functions provided in this manual.
Without the written permission of UNI-T, this manual cannot photocopied, reproduced
or adapted.
Product Certification
UNI-T has certified that the product conforms to China national product standard and
industry product standard as well as ISO9001:2008 standard and ISO14001:2004
standard. UNI-T will go further to certificate product to meet the standard of other
member of the international standards organization.
Contact Us
If you have any question or problem, you can contact us,
Website:https://www.uni-trend.com

UNI-T
UTD2000E Series Osilloscope Pro
g
rammin
g
Manual
e format, symbols, parameters, and abbreviations of the SCPI command.
Instruction Format
The SCPI command is a tree-like hierarchy consisting of multiple subsystems, each
consisting of a root keyword and one or more hierarchical key words. The command
line usually begins with a colon ":"; Keywords are separated by the colon ":",
followed by optional parameter settings. The command keyword is separated by
spaces from the first parameter. The command string must end with a newline
<NL> character. Add the question mark "? " after the command line. It is
usually indicated that this feature is being queried.
Symbol Description
The following four symbols are not part of SCPI command, it cannot send with the
command. It usually used as supplementary description of command parameter.
Brace { } usually contains multiple optional parameters, it should select one
parameter when send command.
Such as DISPlay:GRID:MODE { FULL | GRID | CROSS | NONE} command
Vertical Bar | used to separated multiple parameters, it should select one parameter
when send command.
Such as DISPlay:GRID:MODE { FULL | GRID | CROSS | NONE} command
Square Brackets [ ] the contents in square brackets (command keywords) can
omissible. If the parameter is ignoret, the instrument will set the parameter as the
default value.
Such as MEASure:NDUTy? [<source>] command, it presents current channel
Triangular Brackets < > The parameter in the brackets must be replaced with a
valid value.
Such as use DISPlay:GRID:BRIGhtness 30 form to send DISPlay:GRID:BRIGhtness
<count> command.

UNI-T
UTD2000E Series Osilloscope Programming Manual
Parameter Description
The parameter in this manual can divide into five types: Boolean, Integer, Real,
Discrete, ASCII string
Boolean
Parameter value can set “ON” (1) or “OFF” (0)
Such as SYSTem:LOCK {{1 | ON} | {0 | OFF}}
Integer
Parameter can take any valid integer value unless there have some other
descriptions.
Such as command: DISPlay:GRID:BRIGhtness <count> , parameter of
<count> can take integer from 0~100
Note: Do not set decimal as parameter, otherwise it may occur error.
Real
Parameter can take any valid integer value unless there have some other
descriptions.
Such as for command CH1, CHANnell: OFFSet <offset> , parameter of <offset>
can take integer value.
Discrete
Parameter can only take some specified numbers or characters.
Such as command DISPlay:GRID:MODE { FULL | GRID | CROSS | NONE}
parameter can only take FULL, GRID, CROSS, NONE
ASCII Character String
String parameter contain all ASCII string sets. Strings must begin and end
with paired quotes; it can use single or double quotation marks. The quotation
and delimiter can also be part of a string by typing it twice and not adding any
characters.
Such as set IP SYST:COMM:LAN:IPAD "192.168.1.10".

UNI-T
UTD2000E Series Osilloscope Pro
g
rammin
g
Manual
Shorthand Rule
All command can identify capital and small letter, if command need enter shorthand,
it should be all capital letter.
Data Return
Data return is divided into single data and batch data. The single data return is the
corresponding parameter type, in which the real return type is presents by the
scientific notation method. The part before e retains three figure behind the decimal
point, and the e part retains three figure; the batch return must be obey IEEE
488.2# string data format, ‘#’+ the length of character bits[fixed to one character]+
ASCII valid value+ valid data+ end string[‘\n’]
Such as #3123xxxxxxxxxxxxxxxxxxx\n presents 123 strings batch data return format, ‘3’
presents “123” occupies three character bits.
Notes:* presents return valid data.

UNI-T
UTD2000E Series Osilloscope Programming Manual
SCPI Command
IEEE488.2 Common Command
*IDN?
Command format:
*IDN?
Functional description:
For query manufacture name, model, product serial number and software version.
Return format:
Manufacture name, model, product serial number, software version separated by dot
mark.
For example:
UNI-T Technologies, UPO2000CS, UPO1000, 00.00.01
*RST
Command format:
*RST
Functional description:
Restore factory settings and clear the entire error message, send and receive queue buffers.
SYSTem Command
The command used for the oscilloscope basic operation, including operating control,
full qwerty lock, error queue and system setup.
:RUN
Command format:
:RUN
Functional description:
Oscilloscope start to sampling, execute :STOP command to stop it.
:STOP
Command format:
:STOP
Functional description:
Stop sampling function, execute :RUN command to start it.

UNI-T
UTD2000E Series Osilloscope Pro
g
rammin
g
Manual
:AUTO
Command format:
:AUTO
Functional description:
Set control parameter automatically, use auto function to achieve the best display effect.
:SYSTem:LOCK
Command format:
:SYSTem:LOCK {{1 | ON} | {0 | OFF}}
:SYSTem:LOCK?
Functional description:
For lock/unlock full qwerty.
Return format:
Query return full qwerty lock status, 0 presents unlock,1 presents lock.
For example:
:SYSTem:LOCK ON/:SYST:LOCK 1 full qwerty lock
:SYSTem:LOCK OFF/:SYST:LOCK 0 unlock full qwerty
:SYSTem:LOCK? query return 1,it presents locked
:SYSTem:ERRor
Command format:
:SYSTem:ERRor
:SYSTem:ERRor?
Functional description:
Empty error message queue.
Return format:
Query return the last time error message, return error message by query format <message
number>,<message content>, <message number> is a integer,<message content> is ASCII
character string with double quotation marks.
like-113,"Undefined header; command cannot be found"
For example:
:SYSTem:ERR empty error message queue
:SYSTem:ERR? query return:
-113,"Undefined header; command cannot be found"
presents undefined command head

UNI-T
UTD2000E Series Osilloscope Pro
g
rammin
g
Manual
:SYSTem:SETup
Command format:
:SYSTem:SETup <setup_data>
:SYSTem:SETup?
Functional description:
Set system configuration data, <setup_data> is conform to IEEE 488.2 # format of binary data.
In sending,data flow is followed command character and complete send in time.
In reading, make sure there has enough buffer to receive data flow, otherwise it may occurred
abnormal.
Return format:
Query return system setup data, return format is conform to IEEE 488.2 # format of binary data.
:SYSTem:LANGuage
Command format:
:SYSTem:LANGuage { ENGLish | SIMPlifiedchinese | TRADitionalchinese }
:SYSTem:LANGuage?
Functional description:
Set system language.
Return format:
Query return{ ENGLish | SIMPlifiedchinese | TRADitionalchinese }.
For example:
:SYSTem:LANGuage ENGL set system language as English
:SYSTem:LANGuage? query returnENGLish
:SYSTem:CAL
Command format:
:SYSTem:CAL
Functional description:
Set system self-calibration, during self-calibration, oscilloscope can not communication.
:SYSTem:CLEAr
Command format:
:SYSTem:CLEAr
Functional description:
Empty system saved waveform and setup data.

UNI-T
UTD2000E Series Osilloscope Pro
g
rammin
g
Manual
:SYSTem:CYMOmeter
Command format:
:SYSTem:CYMOmeter {1 | ON} | {0 | OFF}
:SYSTem:CYMOmeter?
Functional description:
The switch of frequency meter.
Return format:
Query return frequency meter status,1 presents on, 0 presents off.。
For example:
:SYSTem:CYMOmeter ON open frequency meter
:SYSTem:CYMOmeter? query return 1
:SYSTem:CYMOmeter:FREQuency?
Command format:
:SYSTem:CYMOmeter:FREQuency?
Functional description:
Acquire measured frequency value of frequency meter.
Return format:
Query return measured frequency value of frequency meter, invalid value return *.
For example:
:SYSTem:CYMOmeter:FREQuency? query return 1.20000E+3
:SYSTem:SQUare:SELect
Command format:
:SYSTem:SQUare:SELect { 10Hz | 100Hz | 1KHz | 10KHz }
:SYSTem:SQUare:SELect?
Functional description:
Select square wave output.
Return format:
Query return{ 10Hz | 100Hz | 1KHz | 10KHz }。
For example:
:SYSTem:SQUare:SELect 10Hz select 10Hz of saquare wave output
:SYSTem:SQUare:SELect? query return 10Hz
:SYSTem:MNUDisplay
Command format:
:SYSTem:MNUDisplay { 5S | 10S | 20S | INFinite}

UNI-T
UTD2000E Series Osilloscope Pro
g
rammin
g
Manual
:SYSTem:MNUDisplay?
Functional description:
Set menu display time, INFinite presents menu is display all time.
Return format:
Query return{ 5S | 10S | 20S | INFinite }。
For example:
:SYSTem:MNUDisplay 5S set menu display base as 5s, automatic fold.
:SYSTem:MNUDisplay? query return 5S
:SYSTem:BRIGhtness
Command format:
:SYSTem:BRIGhtness <count>
:SYSTem:BRIGhtness?
Functional description:
Set screen luminance, <count> take value from 1~100,the bigger the number, the brighter the
screen.
Return format:
Query return the current screen luminance.
For example:
:SYSTem:BRIGhtness 50 screen luminance as 50
:SYSTem:BRIGhtness? query return 50
:SYSTem:VERSion?
Command format:
:SYSTem:VERSion?
Return format:
Query return version information, 128 bytes character string.
HW is hardware version number, SW is software version numer,PD is created date, ICV is
protocol version number.
For example:
:SYST:VERS? query return HW:1.0;SW:1.0;PD:2014-11-20;ICV:1.4.0
:SYSTem:COMMunicate:LAN:APPLy
Command format:
:SYSTem:COMMunicate:LAN:APPLy
Functional description:
The current internet parameter take effect immediately.
Tabla de contenidos
Otros manuales de Equipo de prueba de Uni-Trend
Manuales populares de Equipo de prueba de otras marcas

SMART
SMART KANAAD SBT XTREME 3G Series Manual de usuario

Agilent Technologies
Agilent Technologies BERT Serial Manual de usuario

Agilent Technologies
Agilent Technologies N3280A Manual de usuario

Vernier
Vernier Go Direct Voltage Manual de usuario

Lifeloc
Lifeloc R.A.D.A.R. Manual de usuario

Fluke
Fluke T5-600 Instrucciones de funcionamiento e instalación












