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 73 74 75 76 77
|
<html>
<head>
<title>EAGLE Help: DRC</title>
</head>
<body bgcolor=white>
<font face=Helvetica,Arial>
<hr>
<i>EAGLE Help</i>
<h1><center>DRC</center></h1>
<hr>
<dl>
<dt>
<b>Function</b>
<dd>
Checks design rules.
<p>
<dt>
<b>Syntax</b>
<dd>
<tt>DRC</tt><br>
<tt>DRC * * ;</tt><br>
<tt>DRC LOAD|SAVE filename;</tt>
<p>
</dl>
<b>See also</b> <a href=127.htm>Design Rules</a>,
<a href=34.htm>CLASS</a>,
<a href=86.htm>SET</a>,
<a href=44.htm>ERC</a>,
<a href=45.htm>ERRORS</a>
<p>
The command DRC checks a board against the current set of <a href=127.htm>Design Rules</a>.
<p>
Only those signal layers that are currently active will be checked, so in order
to make sure everything is ok all used signal layers should be active when running
the DCR (at least for the final check before manufacturing).
<p>
Please note that electrically irrelevant objects (wires in packages, rectangles, circles
and texts) are not checked against each other for clearance errors.
<p>
The errors found are displayed as error polygons in the respective layers,
and can be browsed through with the <a href=45.htm>ERRORS</a> command.
<p>
Without parameters the DRC command opens a Design Rules dialog in which the board's
Design Rules can be defined, and from which the actual check can be started.
<p>
If two coordinates are given in the DRC command (or if the Select button is
clicked in the Design Rules dialog) all checks will be performed solely in the
defined rectangle. Only errors that occur (at least partly) in this area will be reported.
<p>
To delete all error polygons use the command
<pre>
ERRORS CLEAR
</pre>
<p>
The <tt>LOAD</tt> and <tt>SAVE</tt> options can be used to load the Design Rules
from or save them to the given file. If <i>filename</i> doesn't have the extension
<tt>".dru"</tt> it will be appended automatically.
<p>
<b>Related SET commands</b>
<p>
The SET command can be used to change the behavior of the DRC command:
<pre>
SET DRC_FILL fill_name;
</pre>
Defines the fill style used for the DRC error polygons.
Default is LtSlash.
<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>
|