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
|
<html lang="en">
<head>
<title>Pcb</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Pcb">
<meta name="generator" content="makeinfo 4.6">
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
pre.display { font-family:inherit }
pre.format { font-family:inherit }
pre.smalldisplay { font-family:inherit; font-size:smaller }
pre.smallformat { font-family:inherit; font-size:smaller }
pre.smallexample { font-size:smaller }
pre.smalllisp { font-size:smaller }
--></style>
</head>
<body>
<div class="node">
<p>
Node: <a name="Netlist%20Window">Netlist Window</a>,
Next: <a rel="next" accesskey="n" href="Drawing-and-Removing.html#Drawing%20and%20Removing">Drawing and Removing</a>,
Previous: <a rel="previous" accesskey="p" href="Library-Window.html#Library%20Window">Library Window</a>,
Up: <a rel="up" accesskey="u" href="Getting-Started.html#Getting%20Started">Getting Started</a>
<hr><br>
</div>
<h3 class="section">Netlist Window</h3>
<p>The netlist window is very similar to the library window. On the left
is a list of all of the nets, on the right is the list of connections
belonging to the chosen net. The chosen net is highlighted in the
list and also shown on the second line of the window in red. If the
net name has a star to the left of it then it is "disabled". A disabled
net is treated as if it were not in the net list. This is useful, for
example, if you plan to use a ground plane and don't want the ground
net showing up in the rat's nest. You can enable/disable individual
nets by double-clicking the net name. If you want to enable or disable
all nets at once, there are two buttons at the top of the netlist
window for this purpose.
<p>The button labeled <code>Sel Net On Layout</code>
can be used to select (on the layout) everything that is connected
(or is supposed to be connected) to the net. If you click on a
connection in the connection list, it will select/deselect
the corresponding pin or pad in the layout and also center the layout
window where it is located. If you "Find" (<code>lookup connection
to object</code> in the <b>Connects</b> menu [also <em>F</em> key]), a pin
or pad it will also choose the net and connection in the netlist window
if it exists in the netlist.
<p>If no netlist exists for the layout, then the netlist window does not
appear. You can load a netlist from a file from the <b>File</b> menu. The
format for netlist files is described in <a href="Netlist-File.html#Netlist%20File">Netlist File</a>.
</body></html>
|