SlideShare a Scribd company logo
1 of 90
1
Electronics
Principles & Applications
8th Edition
Dr. Vikas Mahor
LTspice IV
2
LTspice IV
• A freeware SPICE circuit simulator written by Mike
Engelhardt at Linear Technologies http://www.linear.com/
– SPICE I and SPICE II were written using the FORTRAN
programming language. SPICE III was written using the
C programming language (U.C. Berkeley, 1985).
http://bwrc.eecs.berkeley.edu/Classes/IcBook/SPICE/)
• LTspice was written to support circuit designers who
evaluate or use Linear Technology products.
– It includes an extensive library of Linear Technology
devices.
• It has schematic capture and is much easier to use than
traditional text-based SPICE.
– Traditional SPICE requires a text file called a netlist
that describes the circuit to be simulated.
– With schematic capture, the user can enter a circuit
using schematic symbols via a graphical user interface.
3
LTspice IV
• Is powerful and fast, but is not as intuitive for
beginners as simulators such as Multisim
– Requires more knowledge about SPICE directives
and terminology
– Has a limited (mostly proprietary) device library
– LTspice has only basic behavioral gates for digital
circuits. It is expandable, but this requires knowledge
about SPICE and device behavior.
• Is worth learning about
– Since it is free, fast, and powerful, it is one of the most
widely used circuit simulators at this time.
– Many professionals consider it to be superior to some
commercial simulators.
4
LTspice IV is a free download and can be found on the Linear
Technology website:
http://www.linear.com/designtools/software/switchercad.jsp
5
Get started by clicking File and then New Schematic, or hold
down the Control key and then press the “N” key (Ctrl+N).
It’s easy to “draw” a circuit.
6
Drawing a circuit …
is easier if the grid is active. Click
on View and then Show Grid. Or,
you can type Ctrl+G.
7
Delete tool
It is easy to place grounds and basic components. Click on
the desired component and then move the mouse to position
it and then left click to place it. You will find that the
connectors (square blue boxes above) snap to the nearest
grid points. To place another component of the same type,
move to the next location and click the left mouse button
again. To cancel or quit a component type, click the right
mouse button. It is often more time efficient to place all of the
resistors, then the capacitors, and so on. Use the scissors
(delete tool) to remove components and wires.
8
After a component has been selected, it can be rotated
by holding down the Control key and then pressing the
R key. Here, D1 was placed first (by left-clicking in the
desired location on the schematic) followed by
Control+R and then D2 was placed followed by
Control+R again and so on.
9
Control+E was used here before placing Q2 on the
above schematic. Note that Q2 is the mirror image of
Q1. Control+E is the mirror command. Control+R and
Control+E are keyboard shortcuts.
Rotated components
Mirrored components
Rotated and mirrored
10
The menu command Tools→Control
Panel→Drafting Options→Hot Keys allows
you to define your own keyboard shortcuts.
11
Additional components are
available by clicking on the
gate symbol or by pressing
the F2 key. Suppose you
need a voltage source.
Choose “voltage” from the
component symbol list and
then place the source on
the drawing area with a left
click. Right click the
source to specify the
voltage. To specify a
sinusoidal voltage source,
select Advanced after right
clicking.
or
12
Specifying a SINE ac voltage source
Amplitude and Frequency
(V1, as shown
here, is a 44-V
dc source.)
13
Use the pencil tool to connect the components. Left click a
terminal (blue box) and then move the mouse to the
connecting terminal and left click again. The crosshairs
below are positioned to connect R4 to R5.
The blue boxes disappear after they are connected.
Unconnected nodes can cause Netlist errors.
14
Tool Bar
Summary
Place Circuit Element
Draw Wire
Place Ground
Label Node
Place Resistor
Place Capacitor
Place Inductor
Place Diode
Move
Drag
Undo
Redo
Rotate
Mirror
Place Comment
Place SPICE Directive
Zoom In
Pan
Zoom Out
Auto Scale
Delete
Copy
Paste
Find
Simulate
15
Or, click Select Resistor
to view a Standard list.
Place a resistor
and right click it
to enter its values.
You must specify component values.
16
Right click the resistor label to enter a new
reference designator. You can specify
vertical text.
17
Models are required.
• Missing models will generate error
messages.
– The next slide shows an example.
– LTspice does not have a model for the
1N4001 diode.
• There are several ways to add models.
18
19
You can expand the component
data base (add models).
• For example, suppose that you want to simulate a circuit
using a BFR540 transistor and that you have the SPICE
model saved in text format via Windows Notepad (go to
Start, Programs, Accessories to launch this basic text editor).
– Load the SPICE model into Windows Notepad and then Copy it to the
clipboard using Control+A followed by Control+C.
– Use Windows Notepad with File Type set to All Files to open the file
C:Program FilesLTCSWCADIVlibcmpstandard.bjt, scroll to the
end of that file, and then paste the model from the clipboard
(Control+V) and then Save the file.
– The next time that you run LTspice, the BFR540 will be available as a
choice when selecting an NPN BJT transistor as shown on the next
slide.
20
CMRR
Here it is!
21
A SPICE model for the BFR540
.MODEL BFR540 NPN
+ IS = 1.04516E-015
+ BF = 1.84359E+002
+ NF = 9.81774E-001
+ VAF = 4.16981E+001
+ IKF = 1.00000E+001
+ ISE = 2.32436E-013
+ NE = 2.02825E+000
+ BR = 4.39917E+001
+ NR = 9.92532E-001
+ VAR = 2.09773E+000
+ IKR = 1.66296E-001
+ ISC = 1.29849E-016
+ NC = 1.06486E+000
+ RB = 5.00000E+000
+ IRB = 1.00000E-006
+ RBM = 5.00000E+000
+ RE = 3.53552E-001
+ RC = 1.34000E+000
+ EG = 1.11000E+000
+ XTI = 3.00000E+000
+ CJE = 1.97895E-012
+ VJE = 6.00000E-001
+ MJE = 3.32695E-001
+ TF = 7.45719E-012
+ XTF = 1.14072E+001
+ VTF = 3.15854E+000
+ ITF = 1.56917E-001
+ CJC = 7.93745E-013
+ VJC = 1.85522E-001
+ MJC = 8.41656E-002
.ENDS
22
Also, a SPICE model can be added
directly to the schematic.
23
• Copy the model to the clipboard.
– Left click and hold and drag over the model and then capture it
with Control+C. e.g. .MODEL 1N4001 D IS=29.5E-9 RS=73.5E-
3 N=1.96 CJO=34.6P VJ=0.627 +M=0.461 BV=60 IBV=10U
• Click on .op on the toolbar
• Paste the model into the window.
– Control+V.
• Click OK.
• Place the model on your schematic with a left click.
• This method is often preferred when sharing circuits with
others.
– The necessary model or models are imbedded in the circuit
file.
Adding a model to a schematic
24
Including a model from a file
1/ Click on .op.
2/ Enter the following text: .include filename.txt (where
filename is the name of your model file, such as
zener6, or 2N3055 and has been saved as a .txt file).
3/ Click OK.
4/ Place the SPICE-directive on your schematic where
you want it to appear with a left-click.
Note: It is advisable to save the model file to the same folder
as your circuit file. The same applies for model files including
sub-circuits.
25
Where does one obtain SPICE
models?
• Search the Internet … many are available as
free downloads or can be copied to the clipboard
and then pasted into Windows Notepad (or onto
your schematic via .op on the toolbar). Some
links are provided at the end of this presentation.
• Search device manufacturers’ websites.
• Modify an existing model.
• Create your own.
– Software is available.
http://www.intusoft.com/spicemod.htm
• Or, you can use a subcircuit.
26
Subcircuits (.SBCKT)
• Are often used when repetition occurs.
– Better than cluttering the schematic with redundant
information
• Also can be used to replace a complicated
device such as an OP-AMP, a DIAC or a TRIAC.
• The next slide shows a common dimmer circuit
where the DIAC and TRIAC functions are
defined by subcircuits.
– LTspice has pre-defined schematic symbols for
DIACS and TRIACS, but no corresponding models.
27
28
More about models and subcircuits
Models given as .MODEL statements are for intrinsic SPICE
devices such as diodes and transistors. The .MODEL
statement gives the parameters for the specific component.
The general behavior of the device is already known by
SPICE … only the parameters need to be given to finish
specifying the component's electrical characteristics.
On the other hand, models given by .SUBCKT statements
define the modeled component by a collection of intrinsic
SPICE devices. For example, the SPICE model of an opamp
would be given as a subcircuit. In the previous slide, the
SPICE models of a DIAC and a TRIAC were specified as
subcircuits.
29
LTspice is useful for analyzing
circuits designed by others.
• It is sometimes only necessary to use it to
review and experiment with circuit files
that have already been created.
– Many can be found in the LTspice
subdirectories.
– Some examples are available for download.
This is an outstanding example:
http://cmosedu.com/cmos1/book.htm
30
How to run an existing circuit file
• From the File menu, select Open. Make sure the file
type is set to Schematics.
• Some good examples are available in
C:ProgramFilesLTCSwCADIVexamplesEducational
(created on your hard drive when you install LTspice).
• Some appropriate examples for the McGraw-Hill basic
skills series are available on the website:
http://highered.mcgraw-
hill.com/sites/0073106941/student_view0/lt_spice_instru
ctions_and_support_files.html (You probably have these
files if you obtained this presentation from the McGraw-
Hill site.)
• The next slide shows a circuit from Schuler’s book. To
view the dc voltages and currents, a dc analysis is
selected by first clicking on Simulate, then Edit
Simulation Cmd.
– The SPICE directive is .op.
31
CMRR
SPICE directive
for dc analysis
32
The DC operating point
selection provides all
node voltages and device
currents.
When you click OK, the
SPICE directive .op is
placed on the schematic.
33
A ground is required for simulation.
34
-24V
-12V
40W
28.8W
9.6W
1.2W
12W
-88W
-3.6W
After a DC operating point analysis, moving the cursor over the schematic reveals the
various node voltages, currents, and the dissipations in each component. These values
are displayed in the lower left portion of the screen.
DC operating point (I(R5) = 200 mA Dissipation = 1.2 W
Placing the
cursor here
shows the
current and the
dissipation in R5,
as shown below.
Summing the dissipations in this
circuit produces zero. The negative
signs at V1 and V2 indicate that
they are power sources.
35
It is also possible to display the dc voltage at one or more nodes on the schematic.
Run the simulation and then right-click any empty area on the schematic and select
View Place .op Data Label as shown below.
36
Then, move the rectangular cursor to the desired node and click it. The dc voltage
at that node will be displayed on the schematic. Repeat the procedure to add
nodes.
37
After you have one or more nodes selected, you can change circuit values and re-
run the simulation to see the effect on the selected dc node voltages.
R2 has been
changed from 20
ohms to 10 ohms.
38
You can choose horizontal orientation for voltage labels by placing the small square
at the bottom of the selection rectangle on a horizontal wire.
39
Waveforms
• Waveforms are what one sees on an
oscilloscope (graphs of instantaneous
voltages versus time).
• Waveforms can be viewed via the
transient analysis option. Click on
Simulate, Edit Sim Command, and then
select the Transient tab.
• The next three slides show the procedure.
40
Load the circuit from the file menu.
Then, click run.
Reference: Schuler, 7th edition, page 247 … the stiff
current source has been replaced with a resistor. Probe
both the base and the collector of Q2. Without the stiff
current source, the CMRR is notably poorer.
41
Move the cursor to the desired node. When the cursor changes
to a probe, click the left mouse button to view the waveform.
A small differential signal plus a
large common-mode signal
42
Move the cursor to the collector. Left click and now two waveforms are shown.
Can you see the 60 Hz common-mode component at the collector of Q2?
43
The next slide demonstrates the
value of simulation when evaluating
circuit performance.
• The differential amplifier circuit is much
improved with a stiff current source.
• The common-mode rejection ratio (CMRR)
is remarkably better.
– The common mode signal cannot be seen in
the output.
• Circuit simulators make it easy and fun to
investigate issues such as this.
44
Stiff current source
The 60 Hz common-mode signal is too small to be seen here.
45
Remember, waveforms are
available via transient analysis.
• You must specify the time duration of a transient
analysis by specifying a Stop Time.
– Often, this is all that is required.
• You can also specify the Time to Start Saving
Data.
– Useful in circuits where the start-up period is not
important.
• You can also specify the Maximum Timestep.
46
CMRR
Go to Simulate and then click on Edit
Simulation Cmd.
The time duration of a transient analysis is
like choosing the time base setting on an
oscilloscope.
47
For a basic
analysis, this is
often all that
needs to be
specified.
48
In this circuit, the common-mode signal is 60 Hz. A 60 Hz
signal has a period of roughly 17 milliseconds. Thus, a
Stop Time of 20 milliseconds is a reasonable choice.
49
Expanded waveform measurements are easy. Hold the left
mouse button down and drag a box around the area of
interest. Before you release the button, the measurements are
available here: dx = 500 us (2 kHz) dy = 4.7 V
Box
50
When you release the mouse
button, the area inside the box will
be zoomed to fill the waveform
display. Restore the original
waveform by right-clicking in the
waveform area and then selecting
Zoom to Fit or simply press Ctrl+E.
51
To obtain an accurate frequency measurement,
draw a box around several cycles and then draw a
second box to capture one cycle.
52
1.572 kHz
This box captures one cycle.
(The peaks are easier to
identify than the zero
crossings.)
The output frequency
of this Wien bridge
oscillator is predicted
by 1/(2πRC), thus we
can expect an output
at 1.59 kHz.
53
To obtain the voltage difference across two nodes, move the cursor to the first
node and left click when it changes to a red voltage probe and then without
releasing the mouse button, move to the second node and when the cursor
changes to a black voltage probe, release the mouse button.
54
To determine the Average and
RMS values of a waveform,
hold down the Control key and
left click the waveform’s label.
Ctrl+Left Click here
55
The Fourier transform
• Converts from the time domain to the frequency
domain (the signal spectrum)
– Schuler, 7th edition, page 500
• The FFT (fast Fourier transform) is available in
LTspice.
– After a waveform is plotted, right click in the
waveform window and select FFT. Choose
the node of interest and then click OK. Left
click the node label in the FFT window and
then use the keyboard arrow keys to make
accurate measurements of frequency and
amplitude for the various spectral
components. Left click and hold to draw a
box around a part of the graph to expand it.
56
FFT (frequency domain) display
Time domain display
57
Expanded FFT display
Note: you can increase
the simulation time for
better frequency
resolution.
Resolution = 1/Time
58
Simulation time = 0.001 seconds
Resolution = 1 kHz
Simulation time = 0.01 seconds
Resolution = 100 Hz
59
In addition to increasing the simulation time, you can turn
off data compression for better resolution (Tools  Control
Panel  Compression). The next slide shows a
significant improvement in dynamic range with data
compression turned off.
Default data compression No data compression
60
FFT with default data compression (90 dB range)
FFT with no data compression (approaching a 120 dB range)
61
The option plotwinsize determines the number of data points to compress in
one window. Set plotwinsize to zero to disable compression. Data compression
will always be turned off, regardless of the control panel settings (an advantage
when sharing circuits with others).
62
Individual waveforms can be
placed onto different plot panes.
• Right click in the waveform pane and then
select Add Plot Pane.
• The next slide shows the usefulness of
this feature.
– With all five waveforms on one plot pane, the
display is confusing.
– Separate plot panes make it easy to see the
divide-by-two action of each flip-flop.
63
64
There are
three
important
waveforms
here.
Three plot
panes add
clarity.
555 one-shot
Input (TRIG)
Threshold waveform
Output
65
A dc offset is also available.
• The next slide shows a D/A converter.
• The input waveforms were separated by right-
clicking on the node name, e.g. V(b1), as shown
below, and adding a dc offset of +2 volts.
• It also shows how colors can be chosen by using
Tools→Color→Preferences→Selected
Item→Waveform→Background→Grid→Axis
dc offset
V(b1)+2
66
0 dc offset
+2 dc offset
+4 dc offset
+6 dc offset
Separate plot plane
67
Current waveforms
• Moving the cursor to the inside area of a
component, after a transient analysis has
been run, displays the current waveform in
that component.
• When the cursor morphs to a current
probe:
– left click to see the current waveform.
• This is illustrated in the next slide.
68
Current waveforms can be obtained after a transient
analysis by moving the cursor to the inside of a device.
When the cursor changes to a current probe, left click the
mouse to obtain the current waveform. To display the
current in a wire, Alt-left click the wire.
The current probe, like the voltage probe, shows time variations after
a transient analysis. Here, the current in R1 averages 2 mA (which
was measured earlier in a dc analysis) and the current fluctuations in
R1 are easy to see.
Current probe icon
69
The current in Q1 is constant.
The constant current source is doing its job!
70
To display a power waveform (instantaneous power), hold down
the Alt key and left click on the component of interest (after the
cursor has changed to a thermometer).
e.g., Alt+click here.
71
To determine the average power
dissipation, Control+left-click on
the label.
Ctrl+left-click
72
AC Analysis
• Provides the frequency response of a circuit
– Both the amplitude and the phase angle are graphed
as a function of frequency (Bode plot).
• Go to Simulate, Edit Simulation CMD, and then
click on the AC Analysis tab.
– You must enter the Number of points per sweep
interval, the Start Frequency and a Stop Frequency.
– You can also choose various sweep intervals.
• Octave, Decade, or Linear
73
Output
Input
AC Analysis provides the frequency response of a
circuit. One of the signal sources must be designated
as the input by specifying an AC Amplitude for Small
signal AC analysis. Run the simulation and then probe
the output for the Bode plot.
Amplitude
Phase
Spice
directive
74
Ctrl+left-click the label
to measure bandwidth.
75
Here, the only change is the transistors. This
illustrates the need for proper SPICE models
when investigating issues such as bandwidth.
The BFR540 is a high-frequency transistor.
BFR540
2N3904
76
The .measure directive
• Is useful to find instantaneous values and values over
intervals
• The next slide shows an example of an instantaneous
measurement.
Keyword Operation performed over interval
AVG Compute the average value of <expr>
MAX Find the maximum value of <expr>
MIN Find the minimum value of <expr>
PP Find the peak-to-peak value of <expr>
RMS Compute the root mean square value of <expr>
INTEG Integrate <expr>
77
vi: v(exponential_a)=0.632013 at 0.001
Run->View->View SPICE Error Log will show the instantaneous value at 1 ms.
78
The SPICE .STEP directive has been added to show the charge and discharge
curves for capacitor values from 0.2 microfarads to 1.2 microfarads in 0.2
microfarad steps.
79
Here,
bandwidth is
measured.
(8.5 Hz to 2.8
MHz)
80
Configuring LTspice
• There are many user options.
– SPICE options (e.g. integration method)
– Drafting options including font properties
– Data saving defaults
– Compression
• Hint: turn compression off for the least distortion for analog
circuit simulations.
– Most options are available via the control panel.
• The next two slides illustrate some configuration
choices.
81
Tools  Control Panel  Operation
LTspice generates
several kinds of files.
To save disk space
and avoid clutter, these
files can be deleted
automatically.
82
Tools  Color Preferences
LTspice allows color
choices for waveform
plots and the
background on which
they are plotted. Also,
the axes and grid
colors are selectable
83
Support for LTspice
• The next slide shows an example of the
built-in help system.
• The help file is a downloadable and
printable document:
http://ltspice.linear.com/software/scad3.pdf
• There are numerous other resources.
Check the Links slide at the end of this
presentation.
84
Press F1 for the
Help System. You
can download the
User’s Manual
from:
http://ltspice.linear.
com/software/scad
3.pdf
85
The help files explain many things: for example, how to model transformers.
86
Some “gotchas” and hints
• “M” and “m” are interpreted the same by SPICE. Thus, a
resistor value of 10M is the same as 10m (ten milliohms
or 10-3).
– Use 10MEG (or 10E6) to specify ten megohms.
• Do not enter “1F” or “1f” as the capacitance for a one-
farad capacitor (enter “1”). “F” and “f” designate the
prefix femto (10-15).
• SPICE will not allow voltage sources in parallel, even
when of the same value.
– Add series resistances.
• SPICE will not allow current sources in series, even
when of the same value.
– Add parallel resistances.
87
Prefixes are case insensitive: T = t,
G = g, and so on
• T = terra = 1012
• G = giga = 109
• MEG = meg = 106
• K = kilo = 103
• M = milli = 10-3
• U = micro = 10-6
• N = nano = 10-9
• P = pico = 10-12
• F = femto = 10-15
88
LTspice leading characters
• A special functions device
• B arbitrary behavioral source
• C capacitor
• D diode
• E voltage dependent voltage
source
• F current dependent current
source
• G voltage dependent current
source
• H current dependent voltage
source
• I independent current source
• J JFET transistor
• K mutual inductance
• L inductor
• M MOSFET transistor
• O lossy transmission line
• Q bipolar transistor
• R resistor
• S voltage controlled switch
• T lossless transmission line
• U uniform RC-line
• V independent voltage source
• W current controlled switch
• X subcircuit invocation
• Z MESFET transistor
• * comment
• + continuation of prior line
• . simulation directive
89
LTspice IV final notes
• Like many modern software tools
– it is relatively easy to begin using but one must spend
some time to discover and then master the most
powerful features.
• As freeware goes, it is outstanding!
– It is relatively bug-free.
– It is compact and very fast.
– It is regularly updated.
• A tip for students:
– Knowing how to use a professional level circuit
simulator looks great on your resume!
90
Links
http://www.intusoft.com/models.htm#freemodels
http://www.penzar.com/links.htm
http://ee.cleversoul.com/simulation.html
http://cmosedu.com/videos/videos.htm
http://cmosedu.com/cmos1/book.htm
http://www.onsemi.com/site/support/models
http://www.coilcraft.com/modelsswcad.cfm
http://tech.groups.yahoo.com/group/LTspice/
http://ltspice.linear.com/software/scad3.pdf

More Related Content

Similar to LTspice.ppt

Magazine awr-ims-3
Magazine awr-ims-3Magazine awr-ims-3
Magazine awr-ims-3Sam Sambala
 
Kpsi User Guide Model 500
Kpsi User Guide Model 500Kpsi User Guide Model 500
Kpsi User Guide Model 500TAMUK
 
Express sch r
Express sch rExpress sch r
Express sch rrajeev911
 
ECET 380 Entire Course NEW
ECET 380 Entire Course NEWECET 380 Entire Course NEW
ECET 380 Entire Course NEWshyamuopuop
 
Programming the ARM CORTEX M3 based STM32F100RBT6 Value Line Discovery Board
Programming the ARM CORTEX M3 based STM32F100RBT6 Value Line Discovery BoardProgramming the ARM CORTEX M3 based STM32F100RBT6 Value Line Discovery Board
Programming the ARM CORTEX M3 based STM32F100RBT6 Value Line Discovery BoardGaurav Verma
 
Instructions 3-5 pages double space research paper about Eric Sc.docx
Instructions 3-5 pages double space research paper about Eric Sc.docxInstructions 3-5 pages double space research paper about Eric Sc.docx
Instructions 3-5 pages double space research paper about Eric Sc.docxnormanibarber20063
 
My seminar new 28
My seminar new 28My seminar new 28
My seminar new 28rajeshkvdn
 
Ecd302 unit 05(misc simulation tools)(new version)
Ecd302 unit 05(misc simulation tools)(new version)Ecd302 unit 05(misc simulation tools)(new version)
Ecd302 unit 05(misc simulation tools)(new version)Xi Qiu
 
Nrf24l01 tutorial 0
Nrf24l01 tutorial 0Nrf24l01 tutorial 0
Nrf24l01 tutorial 0Khanh Le
 
Gigatron-manual.pdf
Gigatron-manual.pdfGigatron-manual.pdf
Gigatron-manual.pdfNemanja31
 
Rodrigo Almeida - Microkernel development from project to implementation
Rodrigo Almeida - Microkernel development from project to implementationRodrigo Almeida - Microkernel development from project to implementation
Rodrigo Almeida - Microkernel development from project to implementationFelipe Prado
 

Similar to LTspice.ppt (20)

PCB DESIGN - Introduction to PCB Design Library Creation
PCB DESIGN -  Introduction to PCB Design Library Creation PCB DESIGN -  Introduction to PCB Design Library Creation
PCB DESIGN - Introduction to PCB Design Library Creation
 
ORCAD pcb design
ORCAD pcb designORCAD pcb design
ORCAD pcb design
 
Magazine awr-ims-3
Magazine awr-ims-3Magazine awr-ims-3
Magazine awr-ims-3
 
Kpsi User Guide Model 500
Kpsi User Guide Model 500Kpsi User Guide Model 500
Kpsi User Guide Model 500
 
Express sch r
Express sch rExpress sch r
Express sch r
 
LTSpiceIntro.pdf
LTSpiceIntro.pdfLTSpiceIntro.pdf
LTSpiceIntro.pdf
 
Ug10 2
Ug10 2Ug10 2
Ug10 2
 
Eagle tut
Eagle tutEagle tut
Eagle tut
 
ECET 380 Entire Course NEW
ECET 380 Entire Course NEWECET 380 Entire Course NEW
ECET 380 Entire Course NEW
 
Programming the ARM CORTEX M3 based STM32F100RBT6 Value Line Discovery Board
Programming the ARM CORTEX M3 based STM32F100RBT6 Value Line Discovery BoardProgramming the ARM CORTEX M3 based STM32F100RBT6 Value Line Discovery Board
Programming the ARM CORTEX M3 based STM32F100RBT6 Value Line Discovery Board
 
BATCH 2.pptx
BATCH 2.pptxBATCH 2.pptx
BATCH 2.pptx
 
STM -32
STM -32STM -32
STM -32
 
learning STM -32
learning STM -32 learning STM -32
learning STM -32
 
Instructions 3-5 pages double space research paper about Eric Sc.docx
Instructions 3-5 pages double space research paper about Eric Sc.docxInstructions 3-5 pages double space research paper about Eric Sc.docx
Instructions 3-5 pages double space research paper about Eric Sc.docx
 
My seminar new 28
My seminar new 28My seminar new 28
My seminar new 28
 
Ecd302 unit 05(misc simulation tools)(new version)
Ecd302 unit 05(misc simulation tools)(new version)Ecd302 unit 05(misc simulation tools)(new version)
Ecd302 unit 05(misc simulation tools)(new version)
 
Station 1 POD1
Station 1 POD1Station 1 POD1
Station 1 POD1
 
Nrf24l01 tutorial 0
Nrf24l01 tutorial 0Nrf24l01 tutorial 0
Nrf24l01 tutorial 0
 
Gigatron-manual.pdf
Gigatron-manual.pdfGigatron-manual.pdf
Gigatron-manual.pdf
 
Rodrigo Almeida - Microkernel development from project to implementation
Rodrigo Almeida - Microkernel development from project to implementationRodrigo Almeida - Microkernel development from project to implementation
Rodrigo Almeida - Microkernel development from project to implementation
 

More from DrVikasMahor

Automation for KUKA youBot ROS Project.pptx
Automation for KUKA youBot ROS Project.pptxAutomation for KUKA youBot ROS Project.pptx
Automation for KUKA youBot ROS Project.pptxDrVikasMahor
 
UNIT 5 microcontroller 8051 OVERVIEW.pdf
UNIT 5 microcontroller 8051 OVERVIEW.pdfUNIT 5 microcontroller 8051 OVERVIEW.pdf
UNIT 5 microcontroller 8051 OVERVIEW.pdfDrVikasMahor
 
embeddedsystemspresentation-140524063909-phpapp01-converted.pptx
embeddedsystemspresentation-140524063909-phpapp01-converted.pptxembeddedsystemspresentation-140524063909-phpapp01-converted.pptx
embeddedsystemspresentation-140524063909-phpapp01-converted.pptxDrVikasMahor
 
architecture of 8086 new Lecture 4new.pptx
architecture of 8086 new Lecture 4new.pptxarchitecture of 8086 new Lecture 4new.pptx
architecture of 8086 new Lecture 4new.pptxDrVikasMahor
 
POWER AMPLIFIER- introduction to power amplifier.pptx
POWER AMPLIFIER- introduction to power amplifier.pptxPOWER AMPLIFIER- introduction to power amplifier.pptx
POWER AMPLIFIER- introduction to power amplifier.pptxDrVikasMahor
 
Unit IV 8086 complete ppt, architecture and instruction set.pptx
Unit IV 8086 complete ppt, architecture and instruction set.pptxUnit IV 8086 complete ppt, architecture and instruction set.pptx
Unit IV 8086 complete ppt, architecture and instruction set.pptxDrVikasMahor
 
8259 programmable PPI interfacing with 8085 .ppt
8259 programmable PPI interfacing with 8085 .ppt8259 programmable PPI interfacing with 8085 .ppt
8259 programmable PPI interfacing with 8085 .pptDrVikasMahor
 
8086 all instructions combined presentation.pptx
8086 all instructions combined presentation.pptx8086 all instructions combined presentation.pptx
8086 all instructions combined presentation.pptxDrVikasMahor
 
presentation for NEC course to defend for NEP 2020
presentation for NEC course to defend for NEP 2020presentation for NEC course to defend for NEP 2020
presentation for NEC course to defend for NEP 2020DrVikasMahor
 
introduction to Architecture of 8086 and it's application
introduction to Architecture of 8086 and it's applicationintroduction to Architecture of 8086 and it's application
introduction to Architecture of 8086 and it's applicationDrVikasMahor
 
final thesis pptReductions of leakage and ground bounce noise in.ppt
final thesis pptReductions of leakage and ground bounce noise in.pptfinal thesis pptReductions of leakage and ground bounce noise in.ppt
final thesis pptReductions of leakage and ground bounce noise in.pptDrVikasMahor
 
8087 COPROCESSOR connection with 8086 and other processors
8087 COPROCESSOR connection with 8086 and other processors8087 COPROCESSOR connection with 8086 and other processors
8087 COPROCESSOR connection with 8086 and other processorsDrVikasMahor
 
analog to digital converter and dac final
analog to digital converter and dac finalanalog to digital converter and dac final
analog to digital converter and dac finalDrVikasMahor
 
unit 2 lect 6 AND 7 8254.pptx
unit 2 lect 6 AND 7 8254.pptxunit 2 lect 6 AND 7 8254.pptx
unit 2 lect 6 AND 7 8254.pptxDrVikasMahor
 
department ppt for students.pptx
department ppt for students.pptxdepartment ppt for students.pptx
department ppt for students.pptxDrVikasMahor
 

More from DrVikasMahor (15)

Automation for KUKA youBot ROS Project.pptx
Automation for KUKA youBot ROS Project.pptxAutomation for KUKA youBot ROS Project.pptx
Automation for KUKA youBot ROS Project.pptx
 
UNIT 5 microcontroller 8051 OVERVIEW.pdf
UNIT 5 microcontroller 8051 OVERVIEW.pdfUNIT 5 microcontroller 8051 OVERVIEW.pdf
UNIT 5 microcontroller 8051 OVERVIEW.pdf
 
embeddedsystemspresentation-140524063909-phpapp01-converted.pptx
embeddedsystemspresentation-140524063909-phpapp01-converted.pptxembeddedsystemspresentation-140524063909-phpapp01-converted.pptx
embeddedsystemspresentation-140524063909-phpapp01-converted.pptx
 
architecture of 8086 new Lecture 4new.pptx
architecture of 8086 new Lecture 4new.pptxarchitecture of 8086 new Lecture 4new.pptx
architecture of 8086 new Lecture 4new.pptx
 
POWER AMPLIFIER- introduction to power amplifier.pptx
POWER AMPLIFIER- introduction to power amplifier.pptxPOWER AMPLIFIER- introduction to power amplifier.pptx
POWER AMPLIFIER- introduction to power amplifier.pptx
 
Unit IV 8086 complete ppt, architecture and instruction set.pptx
Unit IV 8086 complete ppt, architecture and instruction set.pptxUnit IV 8086 complete ppt, architecture and instruction set.pptx
Unit IV 8086 complete ppt, architecture and instruction set.pptx
 
8259 programmable PPI interfacing with 8085 .ppt
8259 programmable PPI interfacing with 8085 .ppt8259 programmable PPI interfacing with 8085 .ppt
8259 programmable PPI interfacing with 8085 .ppt
 
8086 all instructions combined presentation.pptx
8086 all instructions combined presentation.pptx8086 all instructions combined presentation.pptx
8086 all instructions combined presentation.pptx
 
presentation for NEC course to defend for NEP 2020
presentation for NEC course to defend for NEP 2020presentation for NEC course to defend for NEP 2020
presentation for NEC course to defend for NEP 2020
 
introduction to Architecture of 8086 and it's application
introduction to Architecture of 8086 and it's applicationintroduction to Architecture of 8086 and it's application
introduction to Architecture of 8086 and it's application
 
final thesis pptReductions of leakage and ground bounce noise in.ppt
final thesis pptReductions of leakage and ground bounce noise in.pptfinal thesis pptReductions of leakage and ground bounce noise in.ppt
final thesis pptReductions of leakage and ground bounce noise in.ppt
 
8087 COPROCESSOR connection with 8086 and other processors
8087 COPROCESSOR connection with 8086 and other processors8087 COPROCESSOR connection with 8086 and other processors
8087 COPROCESSOR connection with 8086 and other processors
 
analog to digital converter and dac final
analog to digital converter and dac finalanalog to digital converter and dac final
analog to digital converter and dac final
 
unit 2 lect 6 AND 7 8254.pptx
unit 2 lect 6 AND 7 8254.pptxunit 2 lect 6 AND 7 8254.pptx
unit 2 lect 6 AND 7 8254.pptx
 
department ppt for students.pptx
department ppt for students.pptxdepartment ppt for students.pptx
department ppt for students.pptx
 

Recently uploaded

IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 

Recently uploaded (20)

IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 

LTspice.ppt

  • 1. 1 Electronics Principles & Applications 8th Edition Dr. Vikas Mahor LTspice IV
  • 2. 2 LTspice IV • A freeware SPICE circuit simulator written by Mike Engelhardt at Linear Technologies http://www.linear.com/ – SPICE I and SPICE II were written using the FORTRAN programming language. SPICE III was written using the C programming language (U.C. Berkeley, 1985). http://bwrc.eecs.berkeley.edu/Classes/IcBook/SPICE/) • LTspice was written to support circuit designers who evaluate or use Linear Technology products. – It includes an extensive library of Linear Technology devices. • It has schematic capture and is much easier to use than traditional text-based SPICE. – Traditional SPICE requires a text file called a netlist that describes the circuit to be simulated. – With schematic capture, the user can enter a circuit using schematic symbols via a graphical user interface.
  • 3. 3 LTspice IV • Is powerful and fast, but is not as intuitive for beginners as simulators such as Multisim – Requires more knowledge about SPICE directives and terminology – Has a limited (mostly proprietary) device library – LTspice has only basic behavioral gates for digital circuits. It is expandable, but this requires knowledge about SPICE and device behavior. • Is worth learning about – Since it is free, fast, and powerful, it is one of the most widely used circuit simulators at this time. – Many professionals consider it to be superior to some commercial simulators.
  • 4. 4 LTspice IV is a free download and can be found on the Linear Technology website: http://www.linear.com/designtools/software/switchercad.jsp
  • 5. 5 Get started by clicking File and then New Schematic, or hold down the Control key and then press the “N” key (Ctrl+N). It’s easy to “draw” a circuit.
  • 6. 6 Drawing a circuit … is easier if the grid is active. Click on View and then Show Grid. Or, you can type Ctrl+G.
  • 7. 7 Delete tool It is easy to place grounds and basic components. Click on the desired component and then move the mouse to position it and then left click to place it. You will find that the connectors (square blue boxes above) snap to the nearest grid points. To place another component of the same type, move to the next location and click the left mouse button again. To cancel or quit a component type, click the right mouse button. It is often more time efficient to place all of the resistors, then the capacitors, and so on. Use the scissors (delete tool) to remove components and wires.
  • 8. 8 After a component has been selected, it can be rotated by holding down the Control key and then pressing the R key. Here, D1 was placed first (by left-clicking in the desired location on the schematic) followed by Control+R and then D2 was placed followed by Control+R again and so on.
  • 9. 9 Control+E was used here before placing Q2 on the above schematic. Note that Q2 is the mirror image of Q1. Control+E is the mirror command. Control+R and Control+E are keyboard shortcuts. Rotated components Mirrored components Rotated and mirrored
  • 10. 10 The menu command Tools→Control Panel→Drafting Options→Hot Keys allows you to define your own keyboard shortcuts.
  • 11. 11 Additional components are available by clicking on the gate symbol or by pressing the F2 key. Suppose you need a voltage source. Choose “voltage” from the component symbol list and then place the source on the drawing area with a left click. Right click the source to specify the voltage. To specify a sinusoidal voltage source, select Advanced after right clicking. or
  • 12. 12 Specifying a SINE ac voltage source Amplitude and Frequency (V1, as shown here, is a 44-V dc source.)
  • 13. 13 Use the pencil tool to connect the components. Left click a terminal (blue box) and then move the mouse to the connecting terminal and left click again. The crosshairs below are positioned to connect R4 to R5. The blue boxes disappear after they are connected. Unconnected nodes can cause Netlist errors.
  • 14. 14 Tool Bar Summary Place Circuit Element Draw Wire Place Ground Label Node Place Resistor Place Capacitor Place Inductor Place Diode Move Drag Undo Redo Rotate Mirror Place Comment Place SPICE Directive Zoom In Pan Zoom Out Auto Scale Delete Copy Paste Find Simulate
  • 15. 15 Or, click Select Resistor to view a Standard list. Place a resistor and right click it to enter its values. You must specify component values.
  • 16. 16 Right click the resistor label to enter a new reference designator. You can specify vertical text.
  • 17. 17 Models are required. • Missing models will generate error messages. – The next slide shows an example. – LTspice does not have a model for the 1N4001 diode. • There are several ways to add models.
  • 18. 18
  • 19. 19 You can expand the component data base (add models). • For example, suppose that you want to simulate a circuit using a BFR540 transistor and that you have the SPICE model saved in text format via Windows Notepad (go to Start, Programs, Accessories to launch this basic text editor). – Load the SPICE model into Windows Notepad and then Copy it to the clipboard using Control+A followed by Control+C. – Use Windows Notepad with File Type set to All Files to open the file C:Program FilesLTCSWCADIVlibcmpstandard.bjt, scroll to the end of that file, and then paste the model from the clipboard (Control+V) and then Save the file. – The next time that you run LTspice, the BFR540 will be available as a choice when selecting an NPN BJT transistor as shown on the next slide.
  • 21. 21 A SPICE model for the BFR540 .MODEL BFR540 NPN + IS = 1.04516E-015 + BF = 1.84359E+002 + NF = 9.81774E-001 + VAF = 4.16981E+001 + IKF = 1.00000E+001 + ISE = 2.32436E-013 + NE = 2.02825E+000 + BR = 4.39917E+001 + NR = 9.92532E-001 + VAR = 2.09773E+000 + IKR = 1.66296E-001 + ISC = 1.29849E-016 + NC = 1.06486E+000 + RB = 5.00000E+000 + IRB = 1.00000E-006 + RBM = 5.00000E+000 + RE = 3.53552E-001 + RC = 1.34000E+000 + EG = 1.11000E+000 + XTI = 3.00000E+000 + CJE = 1.97895E-012 + VJE = 6.00000E-001 + MJE = 3.32695E-001 + TF = 7.45719E-012 + XTF = 1.14072E+001 + VTF = 3.15854E+000 + ITF = 1.56917E-001 + CJC = 7.93745E-013 + VJC = 1.85522E-001 + MJC = 8.41656E-002 .ENDS
  • 22. 22 Also, a SPICE model can be added directly to the schematic.
  • 23. 23 • Copy the model to the clipboard. – Left click and hold and drag over the model and then capture it with Control+C. e.g. .MODEL 1N4001 D IS=29.5E-9 RS=73.5E- 3 N=1.96 CJO=34.6P VJ=0.627 +M=0.461 BV=60 IBV=10U • Click on .op on the toolbar • Paste the model into the window. – Control+V. • Click OK. • Place the model on your schematic with a left click. • This method is often preferred when sharing circuits with others. – The necessary model or models are imbedded in the circuit file. Adding a model to a schematic
  • 24. 24 Including a model from a file 1/ Click on .op. 2/ Enter the following text: .include filename.txt (where filename is the name of your model file, such as zener6, or 2N3055 and has been saved as a .txt file). 3/ Click OK. 4/ Place the SPICE-directive on your schematic where you want it to appear with a left-click. Note: It is advisable to save the model file to the same folder as your circuit file. The same applies for model files including sub-circuits.
  • 25. 25 Where does one obtain SPICE models? • Search the Internet … many are available as free downloads or can be copied to the clipboard and then pasted into Windows Notepad (or onto your schematic via .op on the toolbar). Some links are provided at the end of this presentation. • Search device manufacturers’ websites. • Modify an existing model. • Create your own. – Software is available. http://www.intusoft.com/spicemod.htm • Or, you can use a subcircuit.
  • 26. 26 Subcircuits (.SBCKT) • Are often used when repetition occurs. – Better than cluttering the schematic with redundant information • Also can be used to replace a complicated device such as an OP-AMP, a DIAC or a TRIAC. • The next slide shows a common dimmer circuit where the DIAC and TRIAC functions are defined by subcircuits. – LTspice has pre-defined schematic symbols for DIACS and TRIACS, but no corresponding models.
  • 27. 27
  • 28. 28 More about models and subcircuits Models given as .MODEL statements are for intrinsic SPICE devices such as diodes and transistors. The .MODEL statement gives the parameters for the specific component. The general behavior of the device is already known by SPICE … only the parameters need to be given to finish specifying the component's electrical characteristics. On the other hand, models given by .SUBCKT statements define the modeled component by a collection of intrinsic SPICE devices. For example, the SPICE model of an opamp would be given as a subcircuit. In the previous slide, the SPICE models of a DIAC and a TRIAC were specified as subcircuits.
  • 29. 29 LTspice is useful for analyzing circuits designed by others. • It is sometimes only necessary to use it to review and experiment with circuit files that have already been created. – Many can be found in the LTspice subdirectories. – Some examples are available for download. This is an outstanding example: http://cmosedu.com/cmos1/book.htm
  • 30. 30 How to run an existing circuit file • From the File menu, select Open. Make sure the file type is set to Schematics. • Some good examples are available in C:ProgramFilesLTCSwCADIVexamplesEducational (created on your hard drive when you install LTspice). • Some appropriate examples for the McGraw-Hill basic skills series are available on the website: http://highered.mcgraw- hill.com/sites/0073106941/student_view0/lt_spice_instru ctions_and_support_files.html (You probably have these files if you obtained this presentation from the McGraw- Hill site.) • The next slide shows a circuit from Schuler’s book. To view the dc voltages and currents, a dc analysis is selected by first clicking on Simulate, then Edit Simulation Cmd. – The SPICE directive is .op.
  • 32. 32 The DC operating point selection provides all node voltages and device currents. When you click OK, the SPICE directive .op is placed on the schematic.
  • 33. 33 A ground is required for simulation.
  • 34. 34 -24V -12V 40W 28.8W 9.6W 1.2W 12W -88W -3.6W After a DC operating point analysis, moving the cursor over the schematic reveals the various node voltages, currents, and the dissipations in each component. These values are displayed in the lower left portion of the screen. DC operating point (I(R5) = 200 mA Dissipation = 1.2 W Placing the cursor here shows the current and the dissipation in R5, as shown below. Summing the dissipations in this circuit produces zero. The negative signs at V1 and V2 indicate that they are power sources.
  • 35. 35 It is also possible to display the dc voltage at one or more nodes on the schematic. Run the simulation and then right-click any empty area on the schematic and select View Place .op Data Label as shown below.
  • 36. 36 Then, move the rectangular cursor to the desired node and click it. The dc voltage at that node will be displayed on the schematic. Repeat the procedure to add nodes.
  • 37. 37 After you have one or more nodes selected, you can change circuit values and re- run the simulation to see the effect on the selected dc node voltages. R2 has been changed from 20 ohms to 10 ohms.
  • 38. 38 You can choose horizontal orientation for voltage labels by placing the small square at the bottom of the selection rectangle on a horizontal wire.
  • 39. 39 Waveforms • Waveforms are what one sees on an oscilloscope (graphs of instantaneous voltages versus time). • Waveforms can be viewed via the transient analysis option. Click on Simulate, Edit Sim Command, and then select the Transient tab. • The next three slides show the procedure.
  • 40. 40 Load the circuit from the file menu. Then, click run. Reference: Schuler, 7th edition, page 247 … the stiff current source has been replaced with a resistor. Probe both the base and the collector of Q2. Without the stiff current source, the CMRR is notably poorer.
  • 41. 41 Move the cursor to the desired node. When the cursor changes to a probe, click the left mouse button to view the waveform. A small differential signal plus a large common-mode signal
  • 42. 42 Move the cursor to the collector. Left click and now two waveforms are shown. Can you see the 60 Hz common-mode component at the collector of Q2?
  • 43. 43 The next slide demonstrates the value of simulation when evaluating circuit performance. • The differential amplifier circuit is much improved with a stiff current source. • The common-mode rejection ratio (CMRR) is remarkably better. – The common mode signal cannot be seen in the output. • Circuit simulators make it easy and fun to investigate issues such as this.
  • 44. 44 Stiff current source The 60 Hz common-mode signal is too small to be seen here.
  • 45. 45 Remember, waveforms are available via transient analysis. • You must specify the time duration of a transient analysis by specifying a Stop Time. – Often, this is all that is required. • You can also specify the Time to Start Saving Data. – Useful in circuits where the start-up period is not important. • You can also specify the Maximum Timestep.
  • 46. 46 CMRR Go to Simulate and then click on Edit Simulation Cmd. The time duration of a transient analysis is like choosing the time base setting on an oscilloscope.
  • 47. 47 For a basic analysis, this is often all that needs to be specified.
  • 48. 48 In this circuit, the common-mode signal is 60 Hz. A 60 Hz signal has a period of roughly 17 milliseconds. Thus, a Stop Time of 20 milliseconds is a reasonable choice.
  • 49. 49 Expanded waveform measurements are easy. Hold the left mouse button down and drag a box around the area of interest. Before you release the button, the measurements are available here: dx = 500 us (2 kHz) dy = 4.7 V Box
  • 50. 50 When you release the mouse button, the area inside the box will be zoomed to fill the waveform display. Restore the original waveform by right-clicking in the waveform area and then selecting Zoom to Fit or simply press Ctrl+E.
  • 51. 51 To obtain an accurate frequency measurement, draw a box around several cycles and then draw a second box to capture one cycle.
  • 52. 52 1.572 kHz This box captures one cycle. (The peaks are easier to identify than the zero crossings.) The output frequency of this Wien bridge oscillator is predicted by 1/(2πRC), thus we can expect an output at 1.59 kHz.
  • 53. 53 To obtain the voltage difference across two nodes, move the cursor to the first node and left click when it changes to a red voltage probe and then without releasing the mouse button, move to the second node and when the cursor changes to a black voltage probe, release the mouse button.
  • 54. 54 To determine the Average and RMS values of a waveform, hold down the Control key and left click the waveform’s label. Ctrl+Left Click here
  • 55. 55 The Fourier transform • Converts from the time domain to the frequency domain (the signal spectrum) – Schuler, 7th edition, page 500 • The FFT (fast Fourier transform) is available in LTspice. – After a waveform is plotted, right click in the waveform window and select FFT. Choose the node of interest and then click OK. Left click the node label in the FFT window and then use the keyboard arrow keys to make accurate measurements of frequency and amplitude for the various spectral components. Left click and hold to draw a box around a part of the graph to expand it.
  • 56. 56 FFT (frequency domain) display Time domain display
  • 57. 57 Expanded FFT display Note: you can increase the simulation time for better frequency resolution. Resolution = 1/Time
  • 58. 58 Simulation time = 0.001 seconds Resolution = 1 kHz Simulation time = 0.01 seconds Resolution = 100 Hz
  • 59. 59 In addition to increasing the simulation time, you can turn off data compression for better resolution (Tools  Control Panel  Compression). The next slide shows a significant improvement in dynamic range with data compression turned off. Default data compression No data compression
  • 60. 60 FFT with default data compression (90 dB range) FFT with no data compression (approaching a 120 dB range)
  • 61. 61 The option plotwinsize determines the number of data points to compress in one window. Set plotwinsize to zero to disable compression. Data compression will always be turned off, regardless of the control panel settings (an advantage when sharing circuits with others).
  • 62. 62 Individual waveforms can be placed onto different plot panes. • Right click in the waveform pane and then select Add Plot Pane. • The next slide shows the usefulness of this feature. – With all five waveforms on one plot pane, the display is confusing. – Separate plot panes make it easy to see the divide-by-two action of each flip-flop.
  • 63. 63
  • 64. 64 There are three important waveforms here. Three plot panes add clarity. 555 one-shot Input (TRIG) Threshold waveform Output
  • 65. 65 A dc offset is also available. • The next slide shows a D/A converter. • The input waveforms were separated by right- clicking on the node name, e.g. V(b1), as shown below, and adding a dc offset of +2 volts. • It also shows how colors can be chosen by using Tools→Color→Preferences→Selected Item→Waveform→Background→Grid→Axis dc offset V(b1)+2
  • 66. 66 0 dc offset +2 dc offset +4 dc offset +6 dc offset Separate plot plane
  • 67. 67 Current waveforms • Moving the cursor to the inside area of a component, after a transient analysis has been run, displays the current waveform in that component. • When the cursor morphs to a current probe: – left click to see the current waveform. • This is illustrated in the next slide.
  • 68. 68 Current waveforms can be obtained after a transient analysis by moving the cursor to the inside of a device. When the cursor changes to a current probe, left click the mouse to obtain the current waveform. To display the current in a wire, Alt-left click the wire. The current probe, like the voltage probe, shows time variations after a transient analysis. Here, the current in R1 averages 2 mA (which was measured earlier in a dc analysis) and the current fluctuations in R1 are easy to see. Current probe icon
  • 69. 69 The current in Q1 is constant. The constant current source is doing its job!
  • 70. 70 To display a power waveform (instantaneous power), hold down the Alt key and left click on the component of interest (after the cursor has changed to a thermometer). e.g., Alt+click here.
  • 71. 71 To determine the average power dissipation, Control+left-click on the label. Ctrl+left-click
  • 72. 72 AC Analysis • Provides the frequency response of a circuit – Both the amplitude and the phase angle are graphed as a function of frequency (Bode plot). • Go to Simulate, Edit Simulation CMD, and then click on the AC Analysis tab. – You must enter the Number of points per sweep interval, the Start Frequency and a Stop Frequency. – You can also choose various sweep intervals. • Octave, Decade, or Linear
  • 73. 73 Output Input AC Analysis provides the frequency response of a circuit. One of the signal sources must be designated as the input by specifying an AC Amplitude for Small signal AC analysis. Run the simulation and then probe the output for the Bode plot. Amplitude Phase Spice directive
  • 74. 74 Ctrl+left-click the label to measure bandwidth.
  • 75. 75 Here, the only change is the transistors. This illustrates the need for proper SPICE models when investigating issues such as bandwidth. The BFR540 is a high-frequency transistor. BFR540 2N3904
  • 76. 76 The .measure directive • Is useful to find instantaneous values and values over intervals • The next slide shows an example of an instantaneous measurement. Keyword Operation performed over interval AVG Compute the average value of <expr> MAX Find the maximum value of <expr> MIN Find the minimum value of <expr> PP Find the peak-to-peak value of <expr> RMS Compute the root mean square value of <expr> INTEG Integrate <expr>
  • 77. 77 vi: v(exponential_a)=0.632013 at 0.001 Run->View->View SPICE Error Log will show the instantaneous value at 1 ms.
  • 78. 78 The SPICE .STEP directive has been added to show the charge and discharge curves for capacitor values from 0.2 microfarads to 1.2 microfarads in 0.2 microfarad steps.
  • 80. 80 Configuring LTspice • There are many user options. – SPICE options (e.g. integration method) – Drafting options including font properties – Data saving defaults – Compression • Hint: turn compression off for the least distortion for analog circuit simulations. – Most options are available via the control panel. • The next two slides illustrate some configuration choices.
  • 81. 81 Tools  Control Panel  Operation LTspice generates several kinds of files. To save disk space and avoid clutter, these files can be deleted automatically.
  • 82. 82 Tools  Color Preferences LTspice allows color choices for waveform plots and the background on which they are plotted. Also, the axes and grid colors are selectable
  • 83. 83 Support for LTspice • The next slide shows an example of the built-in help system. • The help file is a downloadable and printable document: http://ltspice.linear.com/software/scad3.pdf • There are numerous other resources. Check the Links slide at the end of this presentation.
  • 84. 84 Press F1 for the Help System. You can download the User’s Manual from: http://ltspice.linear. com/software/scad 3.pdf
  • 85. 85 The help files explain many things: for example, how to model transformers.
  • 86. 86 Some “gotchas” and hints • “M” and “m” are interpreted the same by SPICE. Thus, a resistor value of 10M is the same as 10m (ten milliohms or 10-3). – Use 10MEG (or 10E6) to specify ten megohms. • Do not enter “1F” or “1f” as the capacitance for a one- farad capacitor (enter “1”). “F” and “f” designate the prefix femto (10-15). • SPICE will not allow voltage sources in parallel, even when of the same value. – Add series resistances. • SPICE will not allow current sources in series, even when of the same value. – Add parallel resistances.
  • 87. 87 Prefixes are case insensitive: T = t, G = g, and so on • T = terra = 1012 • G = giga = 109 • MEG = meg = 106 • K = kilo = 103 • M = milli = 10-3 • U = micro = 10-6 • N = nano = 10-9 • P = pico = 10-12 • F = femto = 10-15
  • 88. 88 LTspice leading characters • A special functions device • B arbitrary behavioral source • C capacitor • D diode • E voltage dependent voltage source • F current dependent current source • G voltage dependent current source • H current dependent voltage source • I independent current source • J JFET transistor • K mutual inductance • L inductor • M MOSFET transistor • O lossy transmission line • Q bipolar transistor • R resistor • S voltage controlled switch • T lossless transmission line • U uniform RC-line • V independent voltage source • W current controlled switch • X subcircuit invocation • Z MESFET transistor • * comment • + continuation of prior line • . simulation directive
  • 89. 89 LTspice IV final notes • Like many modern software tools – it is relatively easy to begin using but one must spend some time to discover and then master the most powerful features. • As freeware goes, it is outstanding! – It is relatively bug-free. – It is compact and very fast. – It is regularly updated. • A tip for students: – Knowing how to use a professional level circuit simulator looks great on your resume!