1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
|
<html>
<head>
<title>EAGLE Help: NAME</title>
</head>
<body bgcolor=white>
<font face=Helvetica,Arial>
<hr>
<i>EAGLE Help</i>
<h1><center>NAME</center></h1>
<hr>
<dl>
<dt>
<b>Function</b>
<dd>
Displays and changes names.
<p>
<dt>
<b>Syntax</b>
<dd>
<tt>NAME *..</tt><br>
<tt>NAME new_name *</tt><br>
<tt>NAME old_name new_name</tt>
<p>
</dl>
<b>See also</b> <a href=87.htm>SHOW</a>,
<a href=89.htm>SMASH</a>,
<a href=97.htm>VALUE</a>
<p>
<u>Drawing</u>
<p>
When in drawing edit mode, the NAME command is used to display or
edit the name of the selected element, signal, net, or bus.
<p>
The <i>old_name new_name</i> syntax can be used only inside a board
to rename an element.
<p>
<u>Library</u>
<p>
When in library edit mode, the NAME command is used to display or
edit the name of the selected pad, smd, pin or gate.
<p>
<u>Automatic Naming</u>
<p>
EAGLE generates names automatically: E$.. for elements, S$.. for signals,
P$.. for pads, pins and smds. In general, it is convenient to substitute
commonly used names (e.g. 1...14 for a 14-pin dual inline package)
in place of these automatically generated names.
<p>
<u>Schematic</u>
<p>
If nets or buses are to be renamed, the program has to distinguish
between three cases because they can consist of several segments placed
on different sheets. Thus a menu will ask the user:
<p>
This segment<br>
Every segment on this sheet<br>
All segments on all sheets
<p>
These questions appear in a popup menu if necessary
and can be answered either by selecting the appropriate item with
the mouse or by pressing the appropriate hot key (T, E, A).
<hr>
<table width=100% cellspacing=0 border=0><tr><td align=left><font face=Helvetica,Arial>
<a href=index.htm>Index</a>
</font></td><td align=right><font face=Helvetica,Arial size=-1>
<i>Copyright © 2005 CadSoft Computer GmbH</i>
</font></td></tr></table>
<hr>
</font>
</body>
</html>
|