DSpice: Design and Simulation of Circuits using Spice
What is DSPICE?
DSpice (Designing Circuits and Simulation by SPICE) is an open-source tool designed to streamline the modeling of analog components and the simulation of electronic circuits. It leverages ngspice (the open-source successor to the classic SPICE engine) as its core simulation backend. The main objectives and features of DSpice are:
. Custom Modeling: Creating new SPICE models for various electrical components.
. Symbol Design: Designing and managing custom schematic...
PyAMS (Python for Analog and Mixed Signals) CAD approach
PyAMS (Python for Analog and Mixed Signals) is used to simplify modeling analog elements and simulate electronic circuit
The objectives of PyAMS is:
- Drawing circuit by schematic (CAD approach);
- Simulating the circuit;
- Creating new symbols for models;
- Creating new models of electrical elements by using Python language with pyams_lib;
- Presenting simulation results in waveform or in probe;
- PyAMS is developed with Python 3+, ElectronJS and NodeJs
- Licensed under:...