Circuit Analysis Using LT Spice
Circuit Analysis Using LT Spice
https://LTspice.analog.com/download/latest/LTspice64.msi
• To begin drawing the circuit, click New Schematic,
or Ctrl+N
• Enable grid if not shown by clicking Ctrl+G
5
Place Diode
Place Inductor
Toolbar Summary
Place Capacitor
Place Resistor
Label Node Place Circuit Element
Place Ground
Draw Wire
Simulate
Move
Zoom In
Drag
Pan
Undo
Zoom Out Find
Auto Scale Redo
Delete Rotate
Copy Mirror
Paste Place Comment
6
Place SPICE Directive
wire
“Component”
ground
(required)
7
To rotate the component prior To mirror the component prior
to placing press Ctrl-R to placing press Ctrl-E
8
Once this box is open, select a part that you want in your circuit. This can be done
by typing in the name or scrolling down the list until you find it.
Connecting the Circuit:
• Now that your parts are arranged well, you'll have to attach them with wires.
• Go up to the tool bar and
• select the "Draw Wire" button , or
• "F3" or
• go to "Edit" and select "Draw Wire".
• With the pencil looking pointer, click on one end of a part, when you move
your mouse around, you should see crossed lines appear. Attach the other
end of your wire to the next part in the circuit.
• Repeat this until your circuit is completely wired.
• If you want to make a node (to make a wire go more then one place), click
somewhere on the wire and then click to the part (or the other wire). Or you
can go from the part to the wire. You should see a square block when 3 or
more wires connect at a point.
• Holding down CTRL while drawing lines allows you to make diagonal
connections in the editor.
• To get rid of the pencil, right click.
Right-click to enter
component value
11
Using Net Labels
13
How to add LM741
• Google for LM741, you will get to the
manufacturer’s web-site with link to Model file
LM741.MOD
• Download it, it is an ASCII file in SPICE format:
it comes from National
Semiconductor
component model
describes frequency
response, input and output
impedance, etc. can be a
subcircuit that includes
other elements
14
How to add LM741
• Place this file where LTspice will look for it, preferably in the
local directory (where you circuit file is saved)
• Add generic opamp (opamp2) to your circuit
• Right-click on the symbol to invoke
Component Attribute Editor
• Enter Value = LM741/NS (must match
the first line in LM741.MOD file, which is
not a comment, i.e. not preceded by *,
something like .SUBCKT LM741/NS
…)
• Add SPICE directive
15