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
|
<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="Searching%20for%20elements">Searching for elements</a>,
Next: <a rel="next" accesskey="n" href="Measuring-distances.html#Measuring%20distances">Measuring distances</a>,
Previous: <a rel="previous" accesskey="p" href="Trace-Optimizer.html#Trace%20Optimizer">Trace Optimizer</a>,
Up: <a rel="up" accesskey="u" href="Getting-Started.html#Getting%20Started">Getting Started</a>
<hr><br>
</div>
<h3 class="section">Searching for elements</h3>
<p>To locate text or a specific element or grouping of similar elements
choose <code>Select by name</code> from the <b>Select</b> menu, then choose the
appropriate subsection. At the bottom of the screen the prompt
<em>pattern:</em> appears. Enter the text or <a href="Regular-Expressions.html#Regular%20Expressions">Regular Expressions</a>
of the text to be found. Found text will be highlighted.
</body></html>
|