exequor
- 393
- 0
Does anyone know of any software (preferably free) that can design relatively simple cicuits?
The discussion revolves around the search for software tools suitable for designing and simulating simple electronic circuits. Participants share various software options, including both free and paid tools, and discuss their features, usability, and learning curves. The conversation includes aspects of circuit simulation, schematic capture, and specific applications in educational contexts.
Participants express a variety of opinions on the best software for circuit design, with no clear consensus on a single tool. Some advocate for SPICE and OrCAD, while others prefer alternatives like TINA or Circuitmaker. The discussion also reveals differing experiences with software usability and learning curves.
Participants mention limitations regarding the complexity of circuits that can be simulated with free versions of software, as well as the need for specific knowledge about setting up test points in simulations.
This discussion may be useful for students and professionals in electrical engineering or electronics who are looking for software tools for circuit design and simulation, as well as those seeking advice on troubleshooting simulation issues.
*voltage source from ground to node 1
V1 1 0 10V
*Resitor from node 1 to node 2
R1 1 2 1KOhm
*Resitor from node 2 to ground
R2 2 0 2kOhm
*show all node voltages in output file
.OP
hi ya?exequor said:Does anyone know of any software (preferably free) that can design relatively simple cicuits?
Davorak said:For pspice you would have somthing like this for a voltage divider:
Not hard even for simple circuits.Code:*voltage source from ground to node 1 V1 1 0 10V *Resitor from node 1 to node 2 R1 1 2 1KOhm *Resitor from node 2 to ground R2 2 0 2kOhm *show all node voltages in output file .OP
Here is a site with downloads and walk throughs if you want to take a closer look.
http://www.electronics-lab.com/downloads/schematic/013/index.html