User Guide

Table Of Contents
EAGLE outputs an entire library, for instance, as a script file with the
aid of the EXPORT command (Netscript option). This file can be modi
-
fied with a text editor, after which it can be read in again. This allows
changestobemadetoalibraryquiteeasily.
There is more information about script files and export commands later
inthischapter.
MixedInput
Thevariousmethodsofgivingcommandscanbemixedtogether.
You can, for instance, click the icon for the CIRCLE command (which
corresponds to typing CIRCLE on the command line), and then type
the coordinates of the center of the circle and of a point on the circum
-
ferenceinthisform
(22)(23)
onthecommandline.
The values used above would, if the unit is currently set to inch, result in
a circle with a radius of one inch centered on the coordinate (2 2). It is
irrelevant whether the CIRCLE command is entered by icon or by typ
-
ingonthecommandline.
5.2 TheEAGLE CommandLanguage
You only need a knowledge of the EAGLE command language if you
want to make use of the alternative input methods discussed in the pre
-
vioussection.
The syntax of the EAGLE command language will be discussed in this
section, and typographical conventions, which are important for under
-
standingthedescriptions,willbespecified.
TypographicalConventions
EnterkeyandSemicolon
If EAGLE commands are entered via the command line they are fin
-
ished with the Enter key. In some cases a command must have a semico
-
lon at the end, so that EAGLE knows that there are no more
parameters. It is a good idea to close all commands in a script file with a
semicolon.
The use of the Enter key is symbolized at many places within this hand
-
bookwiththe sign.
66
EAGLEManual