Remote Operation
8-3
8.3 Introduction to Programming
All commands and response messages are transferred in form of ASCII codes. The
response messages must be read completely before a new command is sent, otherwise the
remaining response messages will be lost, and a query interrupt error will occur.
8.3.1 Conventions
Angle brackets < > Items in angle brackets are parameter abbreviations.
Vertical bar | Vertical bar separates alternative parameters.
Square brackets [ ] Items in square brackets are optional. For example,
OUTP [ : STATe] means that : STATe may be omitted.
Braces { } Braces indicate the parameters that may be repeated.
The notation <A> {<, B>} means that parameter “A” must
be entered while parameter “B” may be omitted or entered
once or more times.
8.3.2 Numerical Data Formats
All data programmed to or returned from the AC Source are ASCII. The data can be
numerical or character string.
Numerical Data Formats
It is a digit with no decimal point. The decimal is assumed
to be at the right of the least significant digit.
It is a digit with a decimal point.
It is a digit with a decimal point and an exponent.
8.3.3 Boolean Data Format
The Boolean parameter <Boolean> has the form ON|OFF only.
8.3.4 Character Data Format
The character strings returned by query command may take either of the following forms:
<CRD> Character Response Data: character string with maximum length of 12.
<SRD> String Response Data: character string.
8.3.5 Basic Definition
Command Tree Table:
The commands of the AC Source are based on a hierarchical structure, also known as a tree