I am playing around with KiCad 7.0.10-ubuntu22.04.1 and I am trying to use the L_Coupled
component.
My schematic is very simple:
I then try to simulate the transient behavior of the circuit. Inspect > Simulator > Sim Command
No matter what I try I still get this error “Error reading simulation model from symbol ‘L1’: failed to read simulation model from fields”
I can sim basic components, including inductors.
One thing I tried was to edit the device propertied > simulation model. After clicking thru the same error as above twice, I can try to use a built in spice model; ie inductor + mutual. after setting the desired params I try to simulate and get the console error
Note: Compatibility modes selected: ps lt a
Circuit: KiCad schematic
Error on line 5 or its substitute:
kl1 __l1 1m 1m 0.5
unknown parameter (0.5)
Error: circuit not parsed.
The SPICE netlist is:
.title KiCad schematic
.save all
.probe alli
.tran 1u 10m
KL1 __L1 1m 1m 0.5
V1 Net-_L1-Pad1_ 0 DC 0 SIN( 0 1 1k 0 0 0 1 ) AC 1
R1 Net-_L1-Pad3_ 0 1k
.end
which i know is garbage. I have an idea of what I should be seeing from this thread but I am not sure what buttons are where.