Hello,
In KiCAD, I am trying to make a new circuit symbol (a two port element) and use it in my circuit schematic, which will help me generate a Netlist that I can feed into another simulation/SPICE program. Each time I place this two port element, I want it to generate something like the following in the netlist. How do I do that?
B01 3 7 jmod area=2.16
.model jmod jj(rtype=1, vg=2.8mV, cap=0.07pF, r0=160, rN=16, icrit=0.1mA)
Essentially, I am trying to play with some superconductor simulation provided here: https://joeydelp.github.io/JoSIM/ex_usage/#basic-jtl-example, and would like to use KiCAD schematic editor to help me generate the netlist.
How do I do that?