home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / maj / 4352 / diode.nlr < prev    next >
Text File  |  1994-01-17  |  1KB  |  85 lines

  1. Title "Voltage-Current relationship for silicon diode";
  2. Variable V;            // Voltage across diode (forward bias)
  3. Variable I;            // Current in milli-amps through diode
  4. Parameter b=15;
  5. Parameter c=.3;
  6. Function I = exp(b*(V-c));
  7. Plot xlabel="Voltage across diode",ylabel="Current through diode";
  8. Data;
  9. .520 .01
  10. .542 .02
  11. .555 .03
  12. .566 .04
  13. .572 .05
  14. .576 .06
  15. .582 .07
  16. .588 .08
  17. .594 .09
  18. .597 .10
  19. .600 .11
  20. .601 .12
  21. .605 .13
  22. .608 .14
  23. .609 .15
  24. .612 .16
  25. .614 .17
  26. .615 .18
  27. .617 .19
  28. .619 .20
  29. .621 .21
  30. .623 .22
  31. .625 .23
  32. .626 .24
  33. .627 .25
  34. .628 .26
  35. .629 .27
  36. .630 .28
  37. .631 .29
  38. .632 .30
  39. .638 .35
  40. .643 .40
  41. .646 .45
  42. .650 .50
  43. .652 .55
  44. .655 .60
  45. .661 .70
  46. .665 .80
  47. .669 .90
  48. .672 1.00
  49. .675 1.10
  50. .678 1.20
  51. .684 1.40
  52. .689 1.60
  53. .693 1.80
  54. .696 2.00
  55. .704 2.50
  56. .711 3.03
  57. .722 4.04
  58. .731 5.09
  59. .740 6.26
  60. .749 7.67
  61. .754 8.37
  62. .761 10.2
  63. .768 11.7
  64. .772 12.7
  65. .780 15.0
  66. .790 18.3
  67. .795 21.0
  68. .801 23.4
  69. .806 25.5
  70. .810 27.4
  71. .814 29.6
  72. .819 33.0
  73. .828 38.3
  74. .835 42.7
  75. .843 49.3
  76. .848 53.7
  77. .857 60.2
  78. .859 64.7
  79. .865 68.8
  80. .870 75.8
  81. .874 80.2
  82. .878 83.1
  83. .893 102.5
  84. .920 137.5
  85.