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
|
<html>
<head>
<title>EAGLE Help: ERRORS</title>
</head>
<body bgcolor=white>
<font face=Helvetica,Arial>
<hr>
<i>EAGLE Help</i>
<h1><center>ERRORS</center></h1>
<hr>
<dl>
<dt>
<b>Function</b>
<dd>
Shows the errors found by the DRC command.
<p>
<dt>
<b>Syntax</b>
<dd>
<tt>ERRORS</tt><br>
<tt>ERRORS CLEAR</tt>
<p>
<dt>
<b>Mouse</b>
<dd>
Left button shows the error.<br>
Double click shows the error in the center of the window.<br>
<p>
</dl>
<b>See also</b> <a href=42.htm>DRC</a>
<p>
The command ERRORS is used to show the errors found by the Design
Rule Check (DRC). If selected, a window is opened in which
all errors found by the DRC are listed. Selecting an
entry with the mouse causes the error to be marked with a rectangle and a line from
the upper left corner of the screen.
<p>
Double clicking an entry centers the drawing to the area where the error is located.
Checking the "Centered" checkbox causes this to happen automatically.
<p>
The "Del" button in the ERRORS dialog can be used to delete a particular error polygon.
To delete all error polygons you can use the command
<pre>
ERRORS CLEAR
</pre>
If you get DRC errors that don't go away, even if you modify the
<a href=127.htm>Design Rules</a>, make sure you check the
<a href=34.htm>Net class</a> of the reported object to see whether
the error is caused by a specific parameter of that class.
<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>
|