Chroma 63200A Series Operation & Programming Manual page 67

High power dc electronic loads
Table of Contents

Advertisement

High Power Electronic Load 63200A Series Operation & Programming Manual
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
Enter a new line character. This is symbolized as "<nl>" and can be linefeed "LF"
1.
or/and end of line "EOL". Or else,
Enter a semicolon followed by a colon ";:".
2.
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;
(root):RES:L1 400;
:RISE 1000;:
4-4
:L 5;:

Advertisement

Table of Contents
loading

This manual is also suitable for:

63200a-150-60063200a-150-400

Table of Contents