> Van: Jochen Feldhaar > Aan: PICLIST@MITVMA.MIT.EDU > Onderwerp: posting schematics as pspice model > Datum: donderdag 25 februari 1999 17:37 > > Hello to you all, Hello Jochen, > For the schematic in question we will asusume that VCC is node 1, input is > node 2, +12V is node 5, GND is node 0, and the output is node 6. > Transistors are in CBE sequence. Nice idea ! But I've got a suggestion to do : Define every Nodes as they appear. A part with just one Node equals a I/O Connection. This way you can create Voltage / Input / Output / etc. Nodes at will ... And put the "Value" parameter at the second position (The number of nodes can vary ...) Example : V++ 12v 1 'Define a first voltage GND 0v 2 'Define Ground VCC 5v 3 'Define a second voltage Clock 2Khz 4 'Define I/O Out0 Trigger 5 'Define I/O And than go on with whatever parts you want to connect. This way _all_ of the connections (Nodes, names & values) are defined in the file ... By the way : It's not mandatory this way to define the I/O at the beginning of the file, they can be defined anywhere. > R6 2 3 10K > R27 1 3 100K > Q7 4 3 0 BC548 > R7 5 4 10K > Q12 5 4 6 BC337 > Q16 0 4 6 BC327 > > This will make a very big schematic very small, and can be read into some > CAD packages directly, if routed afterwards... :-) It will probably not be possible to read this kind of file into a CAD package, but it _is_ possible to recognise ( at first glance ! ) all connections that are made, enabeling everyone to write their own "conversion" routines for their favorite schematic packages. Greetz, Rudy Wieser