home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!spool.mu.edu!yale.edu!qt.cs.utexas.edu!cs.utexas.edu!ut-emx!ccwf.cc.utexas.edu
- From: bg@ccwf.cc.utexas.edu (Brent Goodrick)
- Newsgroups: sci.electronics
- Subject: Netlist Node Labeling within MicroSim's Schematic Program
- Keywords: 8051
- Message-ID: <85397@ut-emx.uucp>
- Date: 15 Dec 92 21:02:25 GMT
- References: <1992Dec9.124426.27299@ms.uky.edu>
- Sender: news@ut-emx.uucp
- Organization: The University of Texas at Austin, Austin TX
- Lines: 41
-
- I have the shareware student version of MicroSim's Schematic Simulator
- (the one that runs under Windows), but I do not have access to any
- reference manuals. Here's my question: How do I tell the program
- to display the names of the nodes that are passed to PSpice via the
- netlist file? For example: I have setup a simple circuit with a 3V
- independent voltage source in series with a 1ohm resistor and a 2ohm
- resistor. This is the netlist generated by the Schematic Simulator:
-
- * Schematics Netlist *
-
- v_V1 $N_0002 0 dc 3v
- R_r1 $N_0002 $N_0004 1ohm
- R_r2 $N_0004 0 2ohm
-
- If possible, I want the program to display the nodes "$N_0002" and
- "$N_0004" in the appropriate places on screen, kinda like this:
-
-
- node $N_0002
- +--------------------------------+
- | |
- |+ |
- V1voltagesource 1ohmresistor
- |- |
- | | node $N_0004
- | |
- | 2ohmresistor
- | |
- | |
- +---------------+----------------+
- |
- grnd
-
- Otherwise, I spend a lot of time trying to figure out what the program
- has assigned as the plus node of a resistor, which really is misnomer
- anyway.
-
- Thanks in advance
- Brent Goodrick - Electrical Engineering - University of Texas
- bg@ccwf.cc.utexas.edu
-
-