I use some simple SPICE simulations as part of an electronics course I teach. In the past, I've had students download ngspice, but I was going to try LTSpice this year, because it's more user friendly. Unfortunately, I can't seem to make it work on even the simplest of our examples. For example, the transient analysis below returns "Run: missing node(s)". I've run this on just about every version of SPICE and it works fine.
Any advice would be appreciated.
Thanks in advance.
EXAMPLE 3 LRC
***Begin netlist
R1 1 2 100
C1 1 0 1mF
L1 2 0 100
***End netlist
***Specify initial condition (5V at node 1) with .IC command
.IC V(1) = 5
***Perform transient analysis
.TRAN 0.1s 20s
***Begin control block
.control
run
plot V(1) V(2)
.endcontrol
***End control block
.end
Any advice would be appreciated.
Thanks in advance.
EXAMPLE 3 LRC
***Begin netlist
R1 1 2 100
C1 1 0 1mF
L1 2 0 100
***End netlist
***Specify initial condition (5V at node 1) with .IC command
.IC V(1) = 5
***Perform transient analysis
.TRAN 0.1s 20s
***Begin control block
.control
run
plot V(1) V(2)
.endcontrol
***End control block
.end