LTspice Tutorial Part 3 - Basic Circuits
LTspice Tutorial Part 3 - Basic Circuits
9
Basic circuit creation
● Connect your circuit components using the wire tool
● Use the move and drag tool to move components
● Use the rotate and flip tools as needed (ctrl+R) is an easy shortcut to rotate
9
Basic circuit creation
Congratulations! Your first circuit is complete and should look like
this:
9
Basic Circuit Analysis
● Begin by creating a new analysis
9
Basic Circuit Analysis
● We will need to set the parameters of our analysis
○ Recommended settings: Transient sweep start time 0 end time 1
○ The start and end times are up to you and can vary a lot from problem to problem
9
Basic Circuit Analysis
● Now we will need to run our analysis, be patient this will take some time
○ This is done by hitting the “run” button again
○ If simulation parameters need to be changed, right click the analysis object on the model
9
Basic Circuit Analysis
● An empty plot will appear once the analysis is complete
9
Basic Circuit Analysis
● Select the node on the circuit you want to probe and its waveform (called a trace) will
appear on the plot
○ Multiple nodes can be selected, resulting in multiple traces being plotted
9
Basic Circuit Analysis
● That's not right
○ We expect an exponential, but we don’t
● Need to set initial condition
○ edit-> SpiceDirectives-> type “.ic V(n002)=0”-> hit ok
○ .ic V(n002)=0 -> initial condition of Voltage of node 002 is 0
○ We do this because LT spice doesn't assume nodes are at 0 when the simulation starts
9
Basic Circuit Analysis
● Once a trace is plotted, algebraic manipulations can be performed with the waveform by right clicking it
○ Example: We can subtract voltages to do KVL
9
Basic Circuit Analysis
● We do this by right clicking on the trace label on the top of the plot then entering the expression we
want to plot
● We can do basic algebraic operations using both different traces as well as constants
● We can rename nodes to make this process easier as well (this is covered in more detail in tutorial 4)
Basic Circuit Analysis
● Just like an oscilloscope we may need to change the scaling to see good data. This is done
by right clicking the axis and changing the limits
9
Basic Circuit Analysis
● Now we can see the waveform we want
9
Basic Circuit Analysis
Create 3 RC circuits, and display their waveforms (hint change resistor and capacitor values to
see what happens)
Create 3 RC circuits, and display their waveforms (hint change resistor and capacitor values to
see what happens)
Waveform 3: right click on the voltage source, go to advanced settings and configure the source
as below, and plot the voltage across the capacitor