High Power Electronic Load 63200A Series Operation & Programming Manual
4-4
Program Line Separators:
A terminator informs GPIB that it has reached the end of a statement. Normally, this is sent
automatically by your GPIB programming statements.
The termination also occurs with other terminator codes, such as EOI. In this guide, the
terminator is assumed at the end of each example line of code. If it needs to be indicated, it
is shown by the symbol <nl>, which stands for “new line” and represents the ASCII code byte
0A hexadecimal (or 10 decimal).
Traversing the Command Tree:
The colon “:” separates keywords from each other which represent changes in branch
level to the next lower one. For example:
CONF:VOLT:ON 5
CONF
is a root-level command,
VOLT
is the first branch, and
ON
is the second branch.
Each “:” moves down command interpretation to the next branch.
The semicolon “;” allows you to combine command statements into one line. It returns
the command interpretation to the previous colon.
For example: Combine the following two command statements:
RES:RISE 100 <nl> and
RES:L1 400 <nl>
which can be formed into one command line as follows:
RES:RISE 100;L1 400 <nl>
To return to the root-level form you can
1. Enter a new line character. This is
symbolized as “<nl>” and can be linefeed “LF”
or/and end of line “EOL”. Or else,
2.
Enter a semicolon followed by a colon “;:”.
Please refer to the following figure.
■
(root):VOLT:L1: 30<nl>
Starting a New Line to return to the Root.
■
(root):SPEC:VOLT:H 30;
:L 5;:
(root):RES:L1 400;
:RISE 1000;:
Summary of Contents for 63200A Series
Page 1: ...High Power Electronic Load 63200A Series Operation Programming Manual ...
Page 2: ...High Power Electronic Load 63200A Series Operation Programming Manual Version 1 0 March 2015 ...
Page 7: ...vi ...
Page 11: ......
Page 15: ......
Page 22: ...Overview 1 7 Figure 1 3 Dimension of 63200A with Protection Cover ...
Page 23: ......
Page 31: ......
Page 127: ......