Ltspice IV User Guide

Total Page:16

File Type:pdf, Size:1020Kb

Ltspice IV User Guide Simulation Practices for Electronics and Microelectronics Engineering Graciano Dieck Assad / Matías Vázquez Piñón LTspice IV User Guide Contents Introduction 1. Hardware Requirements and Installation 2. LTspice IV Basics 2.1 Schematic capture 2.2. Schematic capture procedure 2.3. Analysis setup 2.3.1. DC operation point 2.3.2. Transient analysis 2.3.3. DC sweep 2.3.4. DC transfer function 2.3.5. AC analysis 2.3.6. Noise analysis 2.3.7. Parametric analysis 2.3.8. Temperature analysis 2.4. Plot window 2.4.1. Multiple traces 2.4.2. Mathematical expressions 1 D.R. © Instituto Tecnológico y de Estudios Superiores de Monterrey, México 201 2 Simulation Practices for Electronics and Microelectronics Engineering Graciano Dieck Assad / Matías Vázquez Piñón Introduction SPICE (Simulation Program with Integrated Circuit Emphasis) is a general-purpose circuit simulator developed at the Electronics Research Laboratory in the University of California, Berkeley, by the doctoral student Laurence W. Nagel. SPICE’s first version (SPICE1) was presented at the 16th Midwest Symposium on Circuit Theory in Canada in April of 1973. You can read the original SPICE paper by going to the following link: http://docs.google.com/viewer?url=http://www.eecs.berkeley.edu/Pubs/TechRpts/1973/ERL- 382.pdf. The last version that UC Berkeley released was SPICE3f4, which is still available for download at this page but they are no longer providing support for any SPICE release. Since circuit simulation has become an important stage in the analog electronics design, SPICE (originally an open source tool) has been adopted all over the world by both industry and academia as the standard simulation program. Nowadays, there is a wide variety of SPICE-based software available. Some versions have been made commercial (hence supported) and some others have been kept as open-source or freeware. One of the most promising SPICE-based programs in academia available today is LTspice IV by Linear Technology Corporation. LTspice IV is a high-performance, general-purpose SPICE simulator based on SPICE3f4/5 release, which includes a built-in schematic capture interface and a waveform viewer tool. Also, it is possible to write a SPICE deck directly in the program or another text editor and run your simulations using this program. One of the advantages of this last characteristic is that LTspice IV can also be used as a SPICE engine to perform analyses using SPICE decks generated automatically by other schematic capture software, a PCB or a physical design tool. Typically, a SPICE tool loads an input file (the SPICE deck file), which contains the circuit description, the type of analysis to be performed and the output variables to be printed or plotted; all this in a plain text format. This file is passed through the simulation engine and the desired output is generated in the form of an output text file or a graphic plot, depending on the analysis type you just performed. Recently developed tools (like LTspice IV) are capable of automatically generating the SPICE deck file using the schematic diagram (for the circuit description part) and the analysis setup interface (for the type of analysis and output variables to be presented). The software itself decides the best way to display the results. LTspice IV, unlike some other freeware simulation tools, is free to use, although is not an open-source software. Users can not modify the source code or the software structure, but they can 2 D.R. © Instituto Tecnológico y de Estudios Superiores de Monterrey, México 201 2 Simulation Practices for Electronics and Microelectronics Engineering Graciano Dieck Assad / Matías Vázquez Piñón use it for as long as they want and can capture and simulate circuits as big as they want (limited only by the computer resources). There is no circuit size limitation either. Linear Technology Corporation maintains LTspice IV working, so it is possible to install updates when released directly from the built- in update tool or set the program to check for new updates often. 1. Hardware Requirements and Installation LTspice IV is released as a pre-compiled Windows executable file (.exe) and it can be installed in almost any version of Windows running today (from Windows 98 to Windows 7). A free hard disk space of about 10 GB and RAM of 1 GB is recommended to avoid unfinished simulations for large circuits. LTspice IV can also be installed and executed over Linux using Wine (an open-source Windows emulator for Linux) as the installation interface. You can download the self-extracting installation file of LTspice IV from the Linear Technology Corporation site. For Windows, you just have to run the installation file and follow the instructions to install the tool. To open the installed tool, just double-click on the LTspice IV icon on the desktop or in the Programs menu. If you are a Linux user, you need to install Wine first (if you have not done it yet). Depending on your distribution, you can install it directly from your repositories or download a binary file from the Wine download section of the official website and install it. LTspice IV runs exactly the same on Linux as it does on Windows. There is a Mac distribution for Wine also, although it has not been tested by the authors of this manual. 2. LTspice IV Basics The great advantage of LTspice over other Spice-based tools available is that it is free and its capabilities are unrestricted. This means that the size of your circuits and the hierarchy levels are limited only by the resources of your computer. Also, you can simulate a circuit described by its Spice deck without worrying about the number of nodes present in your circuit. In LTspice it is easy to import sub-circuits like an OpAmp macro model and other circuits not included in the default LTspice library. Also, you can use a collection of symbols for your customized models or you can create new symbols. 3 D.R. © Instituto Tecnológico y de Estudios Superiores de Monterrey, México 201 2 Simulation Practices for Electronics and Microelectronics Engineering Graciano Dieck Assad / Matías Vázquez Piñón 2.1. Schematic capture When you run LTspice IV, a screen similar to Figure 1 will appear. From this screen you can create a new schematic file or open an existing one. You are also able to open a previously created netlist or Log file. To create a new schematic, click the “New schematic” button or go to File => New schematic. Figure 1. LTspice IV main screen LTspice has some shortcuts that are very useful for the schematic capture process. Additionally, there are some other shortcuts for the most commonly used electric elements such as resistors, capacitors, inductors, etc. Table 1 below shows the main shortcuts available in LTspice IV. Table 1. Most used shortcuts available in LTspice IV Command Shortcut Button Description Help F1 Open help. Resistor R Place a new resistor on the schematic. Inductor L Place a new inductor on the schematic. Place a new capacitor on the schematic. Capacitor C 4 D.R. © Instituto Tecnológico y de Estudios Superiores de Monterrey, México 201 2 Simulation Practices for Electronics and Microelectronics Engineering Graciano Dieck Assad / Matías Vázquez Piñón Diode D Place a new diode on the schematic. Place a GROUND symbol. This is node “0”, the global circuit Ground G common. Place a new component on the schematic. The command brings up Component F2 a dialog that lets you browse and preview the symbol database. Click the left mouse button to start a wire. Each mouse click will define a new wire segment. Click on an existing wire segment to Wire F3 join the new wire. Right-click once to cancel the current wire. Right-click again to quit this command. Specify the name of a node so the netlister does not generate an Label net F4 arbitrary one for this node. Delete F5 Delete objects by clicking on them or dragging a box around them. Duplicate objects by clicking on them or dragging a box around them. You can copy from one schematic to another if they are both Duplicate F6 opened in the same invocation of LTspice IV. Start the Duplicate command in the window of the first schematic. Then make the second schematic the active window and type Ctrl-V. Click on or drag a box around the objects you wish to move. Then Move F7 you can move those objects to a new location. Click on or drag a box around the objects you wish to drag. Then Drag F8 you can move those objects to a new location; the attached wires move to the new location. Rotate the selected objects. Note that this is grayed out when Rotate Ctrl + R there are no objects selected. Mirror the selected objects. Note that this is grayed out when Mirror Ctrl + E there are no objects selected. Undo F9 Undo the last command. Redo the last Undo command. Redo ↑ + F9 Place text on the schematic. This merely annotates the schematic Text T with information. This text has no electrical impact on the circuit. 5 D.R. © Instituto Tecnológico y de Estudios Superiores de Monterrey, México 201 2 Simulation Practices for Electronics and Microelectronics Engineering Graciano Dieck Assad / Matías Vázquez Piñón Place text on the schematic that will be included in the netlist. This lets you mix schematic capture with a SPICE netlist. It lets you set simulation options, include files that contain models, define new SPICE S models, or use any other valid SPICE commands. You can even use Directive it to run a sub-circuit that you do not have a symbol for by stating an instance of the model (a SPICE command that begins with an ‘X’) on the schematic and including the definition.
Recommended publications
  • DC/DC CONTROLLER Selection Guide
    DC/DC CONTROLLER Selection Guide Visit analog.com 2 DC/DC Controller Contents ADI provides complete power solutions with a full lineup of power management products. This brochure shows an overview of our high performance DC/DC switching regulator controllers for applications including industrial, datacom, telecom, automotive, computing infrastructure, and consumer electronics. We make power design easier with our LTpowerCAD® and LTspice® simulation programs and our industry-leading field application engineering support. A broad selection of demonstration boards are available which includes layout and bill of material files, application notes and comprehensive technical documentation. LTpowerCAD . 3 LED Drivers . 15. LTpowerCAD Power Supply Design Tool Bidirectional . 16 LTspice . .4 . Benefits of Using LTspice SEPIC . 18 . LTspice Demo Circuits Inverter . 19 Single Output Buck . 5 Switching Surge Stoppers . 20 . VIN Up to 22 V, Down to 2.2 V. 5 VIN Up to 38 V . 6 Isolated Forward, Half-Bridge, Full-Bridge, and Push-Pull . .21 . VIN Up to 60 V . 7 VIN Up to 150 V. .8 Flyback . 22. Hybrid . 9 Multiple Topology . 23 Multiphase Single Output Buck . 10. DDR/QDR Memory Termination . 24. Multiple Output Buck . 11 . MOSFET Drivers . 25 Boost. .12 . Digital . Power System Management . 26. Buck-Boost . 13. LTpowerPlay . 27. Buck/Buck/Boost—Ideal for Automotive Start-Stop Systems. .14 . Visit analog.com 3 LTpowerCAD LTpowerCAD is an easy-to-use power supply design tool with a user-friendly and load transient performances. Once a circuit design is completed, graphical user interface and power design features. It supports many power it can be easily exported to the LTspice simulation platform.
    [Show full text]
  • Alexis Rodriguez Jr
    Alexis Rodriguez Jr. 701 SW 62nd Blvd - Apt 104 - Gainesville - FL - 32604 Cell: 305-370-8334 Email: [email protected] ​ Education: University of Florida Gainesville, FL Current M.S. Computer and Electrical Engineering University of Florida Gainesville, FL 2018 B.S. Electrical Engineering - Cum Laude Miami Dade College Miami, FL 2013 A.A. Engineering - Computer Projects: FPGA Networking Research Current Nallatech 385a Communication Research Current Glove Controlled Drone Design 2 Fall 2017 32-bit ARM Cortex (TI MSP432) used to interpret hand gestures via sensors for drone flight, transmit user intended controls to the drone via RF communication, and detect and display communication errors and react accordingly for safety 32-bit MIPS Emulated Processor Digital Design Spring 2017 Altera Cyclone-III FPGA used to emulate MIPS processor via VHDL Guitar Tuner Design 1 Spring 2017 Microchip PIC18F4620 microcontroller and discrete analog components used to determine correct input frequency via analog filtering and DSP techniques Employment: University of Florida - ARC Lab Gainesville, FL Current Research Assistant - FPGA ❖ Research systems integration of Nallatech 385a FPGA card and its components including the Intel Arria 10 FPGA, Intel’s Avalon bus, and PCIe communication via Linux ❖ Create partial reconfiguration region for Nallatech 385a for general use in research lab ❖ Research cloud and network implementations of FPGAs Intel San Jose, CA Summer 2019/2020 Programmable Solutions Group Intern ❖ Assisted with Agilex Linux driver development ❖ ITU G spec testing compliance and characterization for IEEE 1588 on Intel N3000 ❖ Developed automated tools for ITU network timestamp testing ❖ System validation of IEEE 1588 for Wireless 5G technology and communicated need and data across many teams ❖ Developed Arduino workshop for hobbyists Alexis Rodriguez Jr.
    [Show full text]
  • Experiences in Using Open Source Software for Teaching Electronic Engineering CAD
    Experiences in Using Open Source Software for Teaching Electronic Engineering CAD Dr Simon Busbridge1 & Dr Deshinder Singh Gill School of Computing, Engineering and Mathematics, University of Brighton, Brighton BN2 4GJ [email protected] Abstract Embedded systems and simulation distinguish modern professional electronic engineering from that learnt at school. First year undergraduates typically have little appreciation of engineering software capabilities and file handling beyond elementary word processing. This year we expedited blended teaching through the experiential based learning process via open source engineering software. Students engaged with the entire electronic engineering product creation process from inception, performance simulation, printed circuit board design, manufacture and assembly, to cabinet design and complete finished product. Currently students learn software skills using a mixture of electronic and mechanical engineering software packages. Although these have professional capability they are not available off-campus and are sometimes surprisingly poor in simulating real world devices. In this paper we report use of LTspice, FreePCB and OpenSCAD for the learning and teaching of analogue electronics simulation and manufacture. Comparison of the software options, the type of tasks undertaken, examples of student assignments and outputs, and learning achieved are presented. Examples of assignment based learning, integration between the open source packages and difficulties encountered are discussed. Evaluation of student attitudes and responses to this method of learning and teaching are also discussed, and the educational advantages of using this approach compared to the use of commercial packages is highlighted. Introduction Most educational establishments use software for simulating or designing engineering. Most commercial packages come with an academic licence which restricts access to on-site computers.
    [Show full text]
  • LT Spice – Getting Started Very Quickly – Part II Single Supply AC
    LT Spice – Getting Started Very Quickly – Part II Single Supply AC Coupled Inverting OpAmp Experimentation 1. Starting with the typical dc coupled inverting opamp circuit created earlier in Part I., we simply have to move the input voltage source to the left and insert a 1uF cap Between the voltage source a series input resistor. 2. Right click over the capacitor and type in a value of 1u for 1 micro-farad. Units relating to capacitors are p for pico, n for nano and u for micro. 3. Change the gain from -4 to -10 By increasing the feedBack resistor from 4000 ohms to 10K ohms. This gain will Be useful when we have to compute the 20*log of the voltage output later. 4. If you now run the dc sweep you will see there is no output because the input is being blocked (dc value) to the series input resistor. Instead of a dc sweep we now need to chance the simulation to AC Analysis. First use the Scissor icon and delete the .dc V3 1.25 2.05 0.1 LT Spice directive on the breadboard. Then go into Simulation > Edit Simulation Cmd and remove the spice directive at the Bottom of the DC Sweep taB. This removes the DC Sweep simulation which is no longer meaningful since we now have an AC coupled circuit. 5. Next select the AC Analysis tab. Select a linear sweep from 20 to 20K Hz By typing 20 in the Start Frequency: field & 20k in Stop Frequency: field. As in resistive input k = kilo and MEG = mega.
    [Show full text]
  • Printed Circuit Board Design
    Printed Circuit Board Design ECE 3400 [email protected] Agenda • What is a PCB? Should I use a PCB? • Design example • Component selection • Schematic design • Layout basics • Layout Considerations • Trace Width, Pours, Thermals • Grounding • Decoupling • High-Frequency considerations • 3D Modelling • Testing • Mistakes • Other • Eagle demo if time What is a PCB? • Interleaved layers of copper and insulator • Number of layers = number of copper layers Useful Terms TRACE Trace VIA Copper path (equivalent of wire) Via Hole in board with connection between layers Useful Terms Pad Exposed copper for component placement Package SMD Package Pads Casing for a component with metal leads coming out. Usually black plastic. Thru-Hole Surface Mount (SMT/SMD) Components that can be soldered onto pads, not through-holes PCB Tradeoffs Pros Cons • Permanence/Reliability • Permanence • Space-Savings • Lead-Time • Simple to Manufacture • Isolation • Immune to movement • High-Frequency Effects • Better grounding • Testability • Thermal Management PCB Manufacturing • Etching – Primarily used in industry, best tolerances • Milling – Drill/Cut undesired copper • Printing – Specialized conductive nano-inks • Direct Plating • Direct Cutting Design Process 1) Specifications 2) Topology & Component Selection 3) Schematic 4) Simulation 5) Layout 6) Print 1:1 on paper and check 7) Export Gerbers and Order 8) Solder 9) Testing/Verification 10) Use Design Example – IR Hat 1) Specifications What should it do? How well? In what conditions? Given: Make a PCB which emits
    [Show full text]
  • Water Aliasing
    Water Aliasing Design Review TA: Luke Wendt ECE 445 March 10, 2017 Project Contributors: Atreyee Roy Siddharth Sharma 1 Table of Contents 1. Introduction .................................................................................................................... 3 ​ 1.1 Objective ........................................................................................................ 3 1.2 Background .................................................................................................... 3 1.3 High Level Requirements .............................................................................. 3 2. Design ............................................................................................................................. 4 ​ 2.1 Block Diagram ................................................................................................ 4 2.2 Physical Design ............................................................................................... 6 2.3 Block Design ................................................................................................... 7 2.3.1 Lighting Unit ....................................................................................... 7 2.3.2 User Interface ...................................................................................... 13 2.3.3 Water Unit ........................................................................................... 14 2.3 Risk Analysis ..................................................................................................
    [Show full text]
  • Transient Circuits, RC, RL Step Responses, 2Nd Order Circuits
    Alpha Laboratories ECSE-2010 Fall 2018 LABORATORY 3: Transient circuits, RC, RL step responses, 2nd Order Circuits Note: If your partner is no longer in the class, please talk to the instructor. Material covered: RC circuits Integrators Differentiators 1st order RC, RL Circuits 2nd order RLC series, parallel circuits Thevenin circuits Part A: Transient Circuits RC Time constants: A time constant is the time it takes a circuit characteristic (Voltage for example) to change from one state to another state. In a simple RC circuit where the resistor and capacitor are in series, the RC time constant is defined as the time it takes the voltage across a capacitor to reach 63.2% of its final value when charging (or 36.8% of its initial value when discharging). It is assume a step function (Heavyside function) is applied as the source. The time constant is defined by the equation τ = RC where τ is the time constant in seconds R is the resistance in Ohms C is the capacitance in Farads The following figure illustrates the time constant for a square pulse when the capacitor is charging and discharging during the appropriate parts of the input signal. You will see a similar plot in the lab. Note the charge (63.2%) and discharge voltages (36.8%) after one time constant, respectively. Written by J. Braunstein Revised by S. Sawyer Fall 2018: 8/23/2018 Rensselaer Polytechnic Institute Troy, New York, USA 1 Alpha Laboratories ECSE-2010 Fall 2018 Written by J. Braunstein Revised by S. Sawyer Fall 2018: 8/23/2018 Rensselaer Polytechnic Institute Troy, New York, USA 2 Alpha Laboratories ECSE-2010 Fall 2018 Discovery Board: For most of the remaining class, you will want to compare input and output voltage time varying signals.
    [Show full text]
  • Computer Aided Design of Electronic Devices
    TOMSK POLYTECHNIC UNIVERSITY O.A. Kozhemyak, D.N. Ogorodnikov COMPUTER AIDED DESIGN OF ELECTRONIC DEVICES It is recommended for publishing as a study aid by the Editorial Board of Tomsk Polytechnic University Tomsk Polytechnic University Publishing House 2014 1 UDC 621.38(075.8) BBC 31.2 K58 Kozhemyak O.A. K58 Computer aided design of electronic devices: study aid / O.A. Kozhemyak, D.N. Ogorodnikov; Tomsk Polytechnic University. – Tomsk: TPU Publishing House, 2014. – 130 p. This textbook focuses on the basic notions, history, types, technology and applications of computer-aided design. Methods of electronic devices simulation, automated design of power electronic devices and components, constructive- technological design are considered and discussed. Some features of the popular electronics CADs are also shown. There are a lot of practical examples using CADs of electronics. The textbook is designed at the Department of Industrial and Medical Electronics of TPU. It is intended for students majoring in the specialty „Electronics and Nanoelectronics‟. UDC 621.38(075.8) BBC 31.2 Reviewer Cand.Sc, Head of Laboratory, Tomsk State University of Control Systems and Radioelectronics Aleksandr V. Osipov © STE HPT TPU, 2014 © Kozhemyak O.A., Ogorodnikov D.N., 2014 © Design. Tomsk Polytechnic University Publishing House, 2014 2 Introduction. CAD around Us ........................................................................... 5 What is CAD? ................................................................................................ 5 Overview
    [Show full text]
  • EE698W Department of Electrical Engineering, IIT Kanpur Tutorial on Ltspice
    EE698W Department of Electrical Engineering, IIT Kanpur Tutorial on LTspice 1. Adding library file to LTspice editor: a) Open LTspice and click on .op (right top corner) and type .lib and then click OK. b) Next right click on .lib two times and then browse for the model file saved in your machine (PC) Fig: 1. Opening Command Prompt in LTSpice Fig 2. Adding Library File or Model file to Editor 2. Changing Transistor Model Name: a) Select any transistor from component list (lets say nmos4) b) Ctrl + Right click on transistor c) Then change NMOS to model name of transistor which was added earlier. d) Open model file and see name of transistor. Here its CMOSN. Change NMOS to CMOSN as shown in Fig 3. EE698W Tutorial on LTspice e) Cross mark (X) will give you an option to visible that parameter along with the instance in the editor Fig 3. Changing Model name of Transitor 3. DC Operating Point Analysis: a) To perform DC operating point analysis, go to Edit and click on Spice Analysis. Select “dc op pnt” and type .op (or Simply click on .op (right top corner) and type .op) b) Next go to Simulate and click on Run c) To see the DC operating points, go to View and click on SPICE Error Log (Shortcut: Ctrl + L) Fig 4. DC operating point of Transistor and different capacitor definitions EE698W Tutorial on LTspice This capacitor definitions can get from Operation and Modelling of MOS Transistor by Tsividis, 3e - Page No: 416. 4. Performing Parametric Analysis: a) First define a variable on which you would like to do parametric analysis.
    [Show full text]
  • Switchercad III/Ltspice Getting Started Guide
    SwitcherCAD III/LTspice Getting Started Guide Copyright © 2008 Linear Technology. All rights reserved. 2 Benefits of Using SwitcherCAD III/LTspice Outperforms pay-for options Stable SPICE circuit simulation with Unlimited number of nodes Schematic/symbol editor LTspice is also a great schematic capture Waveform viewer Library of passive devices Fast simulation of switching mode power supplies (SMPS) Steady state detection Over 1100 macromodels of Turn on transient Linear Technology products Step response 500+ SMPS Efficiency / power computations Advanced analysis and simulation options Not covered in this presentation © 2008 Linear Technology 3 How Do You Get SwitcherCAD III/LTspice Go to http://www.linear.com/software Left click on download SwitcherCAD III/LTspice Register for a new MyLinear account to receive updates if you have not done so already © 2008 Linear Technology Getting Started Copyright © 2008 Linear Technology. All rights reserved. 5 Getting Started using SwitcherCAD III/LTspice Use one of the 100s of demo circuits available on linear.com Reviewed by Linear Technology’s Factory Applications Group Use a pre-drafted test fixture (JIG) Provides a good starting point Use the schematic editor to create your own design LTspice contains macromodels for most LTC power devices © 2008 Linear Technology 6 Demo Circuits on linear.com Go to http://www.linear.com Enter root part number in the search box (e.g. 3411) Select Simulate Tab Follow the instructions provided If you do not find a demo circuit of interest,
    [Show full text]
  • Designing Circuit Boards with EAGLE
    Praise for Designing Circuit Boards with EAGLE “Matt Scarpino has succeeded where scores of others have failed—he’s managed to make the formidable EAGLE software understandable and, more importantly, useable. His presentation is not only approachable and logical, but it’s complete. When you’ve finished his book, you’ll be able to do something meaningful with EAGLE. This book belongs on every engineer’s bookshelf or tablet.” —Bryan Bergeron, Editor, Nuts & Volts Magazine “Matt Scarpino’s Designing Circuit Boards with EAGLE is a great resource for electronics enthusiasts who are ready to get serious and produce their own circuit boards. Matt’s sensible instructions take readers through the steps to design simple and not-so-simple circuit boards, and you can really tell that he’s been using EAGLE for 10 years and loves it. I’m recommending this book to all my maker friends.” —John Baichtal, Author of Arduino for Beginners: Essential Skills Every Maker Needs “With the rising popularity of open source hardware projects, the EAGLE circuit board software has become a vital tool for both hobbyists and professional engineers alike. Designing Circuit Boards with EAGLE provides all the information you’ll need to get up to speed with the EAGLE software, and to start creating your own circuit board designs. Matt Scarpino has provided a great tool for the hobbyist starting out in the circuit board design world, demonstrating all of the features you’ll need to know to create your own circuit board projects. However, the experienced engineer will also benefit from the book, as it also serves as a complete reference guide to all the EAGLE software configuration settings and features.
    [Show full text]
  • Using LTSPICE to Analyze Circuits
    Using LTSPICE to Analyze Circuits Overview: LTSPICE is circuit simulation software that automatically constructs circuit equations using circuit element models (built in or downloadable). In its modern form the software uses a graphical user interface to enter the circuit (the jargon is a schematic capture tool) which it then translates into equations. The software then simulates the behavior of the circuit by integrating the equations forward in time. Finally it provides an interface for measuring currents, voltage, amplitudes, etc. Other SPICEs exist and have differing strengths. Using the lab computers Loging in Each electronics lab computer has a local account that you should use Login: zm****/electronics Password: student You will need to replace the *s in zm**** using the rest of the number on the PROPERTY OF SUNY CORTLAND sticker on the computer tower. Running LTSpice The LTSpice program is in the bar at the bottom of the screen. Circuit schematic entry You will enter your circuit’s schematic using menus to choose circuit elements from. Some common elements (wire, ground, resistor, capacitor, inductor, etc.) are on the bar at the top, a portion of which appears in Fig. 1. Others such as Transistors (npn, pnp, MOSFETs), Op Amps, voltage sources, current Figure 1 LTSpice menu bar, the sources, etc. are available under the symbol (an AND gate). symbols are wire, ground, label, resistor, capacitor, inductor, and Symbols that have not yet been placed can be rotated and/or diode respecively. transposed using buttons. Once you place the circuit elements assign their values (e.g., resistance, capacitance, rating, precision) by right clicking on the element.
    [Show full text]