K
kile
I am using NGspice to simulate circuit. As you may know, the netlist format in ngspice is cir.
The following is my simple circuit.
I have tried to use Qucs (use .sch format) and Kicad, however, neither of them support schematics in CIR format.
The following is my simple circuit.
Code:
* Title: Simple attenuator circuit
* Netlist
V1 a 0 100V
R1 a b 10
R2 b 0 10
V2 b x 0V
R3 x 0 10
I have tried to use Qucs (use .sch format) and Kicad, however, neither of them support schematics in CIR format.