How to draw an electrical circuit with node numbers in python?

2.3k Views Asked by At

I have a program that's need a method for ploting an electrical circuit with node numbers(netlist). It's example of netlist: number 1 net list:

  1. number 1 net list:

R1 1 2 4

R2 2 0 4

R3 2 0 4

I1 1 0 2

  1. number 2 net list:

V1 1 0 10

R1 2 1 2

R2 2 0 2

C3 2 3 200u

R4 2 3 10

I5 3 2 2 90

L4 3 0 1m

in this net lists first and second numbers are node numbers and third number is size of electrical component.

1

There are 1 best solutions below

1
On

You could try lcapy.

Other Python schematic libraries worth considering: