ITech IT-M3100D Programming Manual page 15

Programmable dc power supply
Hide thumbs Also See for IT-M3100D:
Table of Contents

Advertisement

The message unit
The simplest SCPI command is a single message unit consisting of a command
header (or keyword) followed by a message terminator. The message unit may
include a parameter after the header. The parameter can be numeric or a
string.
ABORt<NL>
VOLTage 20<NL>
Headers
Headers, also referred to as keywords, are instructions recognized by the
instrument. Headers may be either in the long form or the short form. In the long
form, the header is completely spelled out, such as VOLTAGE, STATUS and
DELAY. In the short form, the header has only the first three or four letters, such
as VOLT, STAT and DEL.
Query indicator
Following a header with a question mark turns it into a query (VOLTage?,
VOLTage:PROTection?). If a query contains a parameter, place the query
indicator at the end of the last header (VOLTage:PROTection?MAX).
Message unit separator
When two or more message units are combined into a compound message,
separate the units with a semicolon (STATus:OPERation?;QUEStionable?).
Root specifier
When it precedes the first header of a message unit, the colon becomes the
root specifier. It tells the command parser that this is the root or the top node of
the command tree.
Message terminator
A terminator informs SCPI that it has reached the end of a message. Three
permitted message terminators are:
In the examples of this guide, there is an assumed message terminator at the
newline (<NL>), decimal 10 or hexadecimal 0X0A in ASCII.
end or identify (<END>)
both of the above (<NL><END>).
Copyright © Itech Electronic Co., Ltd.
SCPI Introduction
4

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the IT-M3100D and is the answer not in the manual?

Questions and answers

Table of Contents