hi, is there something that converts netlist into a graphical from or something similar?
i know about falsted simulator https://www.falstad.com/circuit/, but unfortunately, its import and export format is different,
and the challenge lies in the coordinates, since the falsted sim has the input as following:
$ 1 0.000005 14.235633750745258 55 5 50 5e-11
v 176 256 176 80 0 1 40 5 0 0 0.5
r 176 80 336 80 0 180
c 336 80 336 256 4 0.000032999999999999996 1.3535464127928016 0.001 0
w 176 256 336 256 0
o 2 64 0 4099 5 0.05 0 2 2 3
38 2 F1 0 0.000001 0.000101 -1 Capacitance
while netlist for this would be :
* Netlist for RC Circuit
V1 1 0 SIN(0 5 40) AC 1 ; AC Voltage Source with specs for both TRAN and AC analysis
R1 1 2 180 ; Resistor: Node 1 to 2, 180 Ohms
C1 2 0 33u ; Capacitor: Node 2 to 0, 33 microFarads
so the problem here if someone would want to convert it is getting the coordinates correct for the circuit
i know about falsted simulator https://www.falstad.com/circuit/, but unfortunately, its import and export format is different,
and the challenge lies in the coordinates, since the falsted sim has the input as following:
$ 1 0.000005 14.235633750745258 55 5 50 5e-11
v 176 256 176 80 0 1 40 5 0 0 0.5
r 176 80 336 80 0 180
c 336 80 336 256 4 0.000032999999999999996 1.3535464127928016 0.001 0
w 176 256 336 256 0
o 2 64 0 4099 5 0.05 0 2 2 3
38 2 F1 0 0.000001 0.000101 -1 Capacitance
while netlist for this would be :
* Netlist for RC Circuit
V1 1 0 SIN(0 5 40) AC 1 ; AC Voltage Source with specs for both TRAN and AC analysis
R1 1 2 180 ; Resistor: Node 1 to 2, 180 Ohms
C1 2 0 33u ; Capacitor: Node 2 to 0, 33 microFarads
so the problem here if someone would want to convert it is getting the coordinates correct for the circuit
