home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / sci / electron / 20779 < prev    next >
Encoding:
Internet Message Format  |  1992-12-15  |  2.0 KB

  1. Path: sparky!uunet!spool.mu.edu!yale.edu!qt.cs.utexas.edu!cs.utexas.edu!ut-emx!ccwf.cc.utexas.edu
  2. From: bg@ccwf.cc.utexas.edu (Brent Goodrick)
  3. Newsgroups: sci.electronics
  4. Subject: Netlist Node Labeling within MicroSim's Schematic Program
  5. Keywords: 8051
  6. Message-ID: <85397@ut-emx.uucp>
  7. Date: 15 Dec 92 21:02:25 GMT
  8. References: <1992Dec9.124426.27299@ms.uky.edu>
  9. Sender: news@ut-emx.uucp
  10. Organization: The University of Texas at Austin, Austin TX
  11. Lines: 41
  12.  
  13. I have the shareware student version of MicroSim's Schematic Simulator
  14. (the one that runs under Windows), but I do not have access to any
  15. reference manuals.  Here's my question:  How do I tell the program
  16. to display the names of the nodes that are passed to PSpice via the
  17. netlist file?  For example:  I have setup a simple circuit with a 3V
  18. independent voltage source in series with a 1ohm resistor and a 2ohm
  19. resistor.  This is the netlist generated by the Schematic Simulator:
  20.  
  21. * Schematics Netlist *
  22.  
  23. v_V1     $N_0002 0 dc 3v  
  24. R_r1     $N_0002 $N_0004 1ohm 
  25. R_r2     $N_0004 0 2ohm
  26.  
  27. If possible, I want the program to display the nodes "$N_0002" and
  28. "$N_0004" in the appropriate places on screen, kinda like this:
  29.  
  30.  
  31.                           node $N_0002
  32.              +--------------------------------+
  33.              |                                |
  34.              |+                               |
  35.       V1voltagesource                     1ohmresistor
  36.              |-                               |
  37.              |                                | node $N_0004
  38.              |                                |
  39.              |                            2ohmresistor
  40.              |                                |
  41.              |                                |
  42.              +---------------+----------------+
  43.                              |
  44.                             grnd
  45.  
  46. Otherwise, I spend a lot of time trying to figure out what the program
  47. has assigned as the plus node of a resistor, which really is misnomer
  48. anyway.
  49.  
  50. Thanks in advance
  51. Brent Goodrick - Electrical Engineering - University of Texas
  52. bg@ccwf.cc.utexas.edu
  53.  
  54.