pull.html 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <html>
  2. <head>
  3. <title>Pull Resistor</title>
  4. </head>
  5. <body bgcolor="FFFFFF">
  6. <h1>
  7. <img align="center" src="../../../../en/icons/pullshap.gif" width="32" height="32">
  8. <img align="center" src="../../../../en/icons/pullrect.gif" width="32" height="32">
  9. <em>Pull Resistor</em></h1>
  10. <p><table>
  11. <tr><td><strong>Library:</strong></td>
  12. <td><a href="index.html">Wiring</a></td></tr>
  13. <tr><td><strong>Introduced:</strong></td>
  14. <td>2.5.0 (in Base library, moved to Wiring in 2.7.0)</td></tr>
  15. <tr><td valign="top"><strong>Appearance:</strong></td>
  16. <td valign="top">
  17. <table><tbody>
  18. <tr><th align="left">Shaped:</th><td><img src="../../../../en/img-libs/pull-shaped.png" width="40" height="15"></td></tr>
  19. <tr><th align="left">Rectangular:</th><td><img src="../../../../en/img-libs/pull-rect.png" width="40" height="15"></td></tr>
  20. </tbody></table></td></tr>
  21. </table></p>
  22. <h2>Behavior</h2>
  23. <p>When connected to a point,
  24. this component has an effect only when
  25. the value at that point is the floating value (Z).
  26. In this case, the resistor pulls the wire to which it is connected
  27. toward the value indicated in its <q>Pull Direction</q> attribute.</p>
  28. <p>If it is connected to a multiple-bit value, then each bit in the
  29. value that is floating is pulled in the direction specified, while
  30. the bits that are not floating are left unchanged.</p>
  31. <h2>Pins</h2>
  32. <p>The resistor has just one pin, which is an output and has a bit
  33. width that is derived from whichever component it is connected.</p>
  34. <h2>Attributes</h2>
  35. <p>When the component is selected or being added,
  36. the arrow keys alter its <q>Facing</q> attribute.</p>
  37. <dl>
  38. <dt>Facing</dt>
  39. <dd>The direction in which the component's pin lies from component's center.</dd>
  40. <dt>Pull Direction</dt>
  41. <dd>Specifies the value to which a floating value should be pulled. This could be 0, 1, or the error value.</dd>
  42. </dl>
  43. <h2>Poke Tool Behavior</h2>
  44. <p>None.</p>
  45. <h2>Text Tool Behavior</h2>
  46. <p>None.</p>
  47. <p><a href="../index.html">Back to <em>Library Reference</em></a></p>
  48. </body>
  49. </html>