User Guide

Chapter 5
Principles for Working with EAGLE
5.1 Command InputAlternatives
As an alternative to the mouse, the EAGLE Schematic, Layout, and
LibraryEditorsallowyouenterallcommands:
onacommandlinebytypingtextcommands,
viafunctionkeys,
viascriptfiles.
viaUserLanguageprograms.
In any case it is necessary to understand the syntax of the EAGLE com
-
mand language which is described in the following section. The com
-
mandsaredescribedindetailonthehelppages.
CommandLine
When entering commands into the command line of an editor window
you may abbreviate key words as long as they cannot be mistaken for
another key word, or you may use small or capital letters (the input is
notcasesensitive).Thefollowingcommandlineentriesareequivalent:
CHANGEWIDTH0.024
isequivalentto
chawi0.024
TheactualunitforvaluesissetintheGRIDmenu.
Most commands can be executed whilst declaring coordinate values in
thecommandline.
Examples:
MOVEIC1(2.501.75);
ElementIC1movestoposition2.501.75inthelayout.
61