Cadence Tutorial. II. Preparing your Unix Environment

Size: px
Start display at page:

Download "Cadence Tutorial. II. Preparing your Unix Environment"

Transcription

1 Cadence Tutorial I. Introduction This tutorial provides an introduction to analog circuit design and simulation with Cadence, and covers most of the features that are relevant for the homework assignments. The tutorial is divided into the following topics: Preparing Your Unix Environment Logging in to lab machines and prepping your environment A note about your Cadence environment Starting Cadence Creating a Design Creating a new library and cellview Placing the Parts Editing the Symbol Properties Wiring the Schematic Modifying Wire Attributes Analyzing the Design and Plotting Results Finding the DC Operating Point and performing a DC Sweep Performing a Transient Analysis Performing an AC Analysis Performing a Parametric Sweep A Note on Measuring Currents A Note on Plotting Invoking Cadence Help Getting Additional Help with Cadence II. Preparing your Unix Environment In the following, the Unix environment is prepared for running Cadence. Logging in to lab machines and prepping your environment 1. In order to use Cadence, you must be sitting in one of the three labs designated for use with this class - EBU1-3329, EBU1-3327, or EBU The passcode to the labs was provided in class, and is only needed at night. ACS does not allow Cadence to be run directly from ieng9. 2. At the logon screen of the lab computers, go to Options > Session > Common Desktop Environment, unless you have a specific preference for the Openwindows environment. CDE will be your environment for future sessions. Now go ahead and enter your username and password at the prompt. The instructions for how to do this should be on the slip provided to you in class. 3. After you have successfully logged on, open a terminal window if one is not already open. This can be done using one of the menus at the bottom of the screen in CDE (Common Desktop Environment). While you re using the menus, you may wish to turn off the beeping that the workstations make - in one of the menus, go to Desktop Controls > Beep Style Manager and set the volume to zero. If you want this to be permanent, you ll need to save your session. This can be done by going to Style Manager > Startup, and then selecting Set Home Session. 4. In the terminal window, type prep cadence. This command may prompt you to change to the working directory for the class (you should answer yes), and will set some environmental variables for use with Cadence. YOU WILL NEED TO USE THIS COMMAND EVERY TIME YOU START UP CADENCE. A note about your Cadence environment 1/12

2 For first time users, the following paragraph won t be too important now. But you ll want to take another look at this if you d like to modify your environment later. There are a couple of files in../public which can be used to customize your Cadence environment, if you wish to do so. If you wish to be able to print to printers other than those in the lab, move.cdsplotinit to your home (class?) directory and modify it to suit your needs. If you know about bindkeys, and you d like to add some new ones, copy.cdsinit into your class directory and modify it. If you d like to change the default colors for Cadence, you can create a display.drf file in your home/working directory. See Cadence help for more information. Cadence will generate several files during normal operation. If you like, you can create a directory in which you do your work. If you choose to do this, change into this new directory now and then proceed with the tutorial. Starting Cadence 1. In the same terminal window that you typed the prep command, type icfb &. A window containing text should appear at the bottom of the screen, labeled icfb This is sometimes called the CIW (Command Interpreter Window). A window explaining new features should also come up; in this window, select Edit > Off at Startup, and then close it. The CIW window is the main Cadence window, and much useful information is displayed here. If Cadence isn t doing what you expect, it is often helpful to look here to read the error messages - feel free to make the window bigger. 2. You now need to bring up the library manager. (a) In the CIW, select Tools > Library Manager. A Library Manager window appears. Notice the library ece264lib. This library contains most if not all of the components that will be used in this class. II. Creating a Design A simple transistor amplifier is created in the following. Some notation Within this section, you will occasionally find bracketed letters such as [a]. These are keyboard shortcuts (bindkeys) which can be used instead of the menus or buttons to accomplish the given task. To use these, place the pointer over the appropriate window and simply press the key. Please note that these bindkeys are case sensitive. For letters enclosed by square brackets such as [a], the pointer must be in a schematic window. For letters enclosed by curly brackets such as {a}, the pointer must be in a waveform window. A summary of the most useful bindkeys is listed in Appendix A. For ECE164, please replace the notation [LIB] with 164. For ECE264, [LIB] = 264. Creating a new library and cellview 1. Now you ll create a new library named tutorial : (a) In the CIW, select File > New > Library, and a New Library window will appear. (b) In the Name field, enter tutorial. (c) Verify that the path (near the bottom of the dialog box) points to your working directory (or wherever you d like to place all your class libraries). This path will by default point to the directory from which you invoked Cadence (d) Select the Don't need a techfile button, then click OK. In the Library Manager, an entry tutorial should appear. 2. Next, we ll create a new schematic cellview in our new library. (a) In the CIW, select File > New > Cellview..., and a Create New File dialog box appears. (b) Ensure that the tutorial is selected for Library Name (by clicking on the square button). 2/12

3 Type tutorial in the Cell Name field as well. (c) Type schematic in the View Name field. (d) Select Composer - Schematic in the Tool field if it is not already selected, then click OK. An empty schematic window appears. (e) In the schematic window, select Design > Save. You have now successfully created a cellview. Placing the Parts You will now place symbols on the Schematic Window as shown in Figure 1. Figure 1: Initial parts placement. 1. Find and place the pmost symbol as follows: (a) With the schematic window active, press i on the keyboard. An Add Instance dialog box will appear. The i key is a bindkey, or shortcut key, to this dialog box. You can also get the same dialog box by click on the Instance button on the left hand side of the schematic window (it looks like a little DIP), or by going to Add > Instance in the menu bar (there is an i next to this menu selection, notice). There are many shortcuts like this throughout Cadence, and you can create more if you wish - see the online help. Note also that at the bottom of the schematic window and the CIW, the instructions Point at location for the instance appears, along with information about what the mouse buttons do: mouse L:.... It s often important to look at these messages to figure out what is going to happen when you press the left/middle/right mouse buttons. The mouse buttons are bound to Skill functions, but can be reconfigured - see the online help for more details. (b) In the dialog box Library field, enter ece[lib]lib. For Cell, enter pmos4. For View, enter symbol. You can also use the Browse button to invoke the Library Browser to find a part. (c) When you move the mouse over the schematic window, you will see the outline of a 4- terminal pmost. Move the cursor to the desired location and press the left mouse button. Repeat for the other pmost transistor. (d) To stop placing pmost symbols, press ESC on the keyboard (with the Schematic Window active), or click the Cancel button in the Add Instance dialog box. 2. Place an nmost using a similar procedure. This time, try using the Library Browser to place the nmos4 symbol. Position it relative to the pmost symbols as shown in Figure 1, then press ESC 3/12

4 to get rid of the Add Instance window. 3. Next, place the DC Current Source symbol as follows: (a) Press i as before, then click Browse to bring up the Library Browser. (b) Select ece[lib]lib in the Browser library list, then find the idc component symbol using the scroll bar. Highlight this component in the browser by left-clicking on idc. Sometimes you may need to specify that you want to place the symbol version of this part. (c) Move the mouse over the schematic window and place it in the desired location. Don t press ESC yet. 4. Go back to the Library Browser and find the vdc part. Place it. 5. Similarly, place the vsin, res, and five copies of gnd. Finally, press ESC (remember, the Schematic Window must be active) to stop placing parts. 6. If you need to move any of the parts, use the following procedure: (a) Press M (stretch) or m (move). Note the message at the bottom of the Schematic Window. At this point, there is no difference between these two commands. But when wires are attached to the parts, M will move the wires as well, whereas m will just move the part. (b) Click on the part you wish to move. Again, keep an eye on the bottom of the Schematic Window. Follow the instructions there. Repeat as needed. (c) Note that you can also move items by moving the cursor over the item, pressing and holding the left mouse button, moving the mouse, and then releasing the mouse button. Editing the Symbol Properties Once all the parts are placed on the schematic, you can set property values that are specific to the design on each symbol. Figure 2 shows many of the property values that you will add in this part of the tutorial. The vsin symbol has many properties: acm is AC Magnitude, the amplitude of the AC signal applied to the linearized circuit (small signal circuit) during an AC Analysis. The acp is the AC Phase, vo refers to DC Offset, and vm refers to Amplitude, the amplitude of the signal applied to the largesignal (non-linear) circuit during a Transient Analysis. Figure 2: Symbol property values. 1. Use the following procedure to change a symbol s properties. Before you begin, make sure that you have pressed ESC to clear the last action performed (the bottom line of the Schematic Window should read > ): (a) Move the cursor to a location where there are no parts. Then press q. An Edit Object 4/12

5 Properties dialog box will appear. (b) Click on the item whose properties you d like to change. The dialog box will expand to display a list of properties that can be changed. If you can t see any properties, make sure that the CDF box is checked near the top of the Edit Object Properties window. (c) In the list of properties, edit those that you would like to change or specify. DO NOT include units such as Volts or Ohms - you ll notice that these are filled in automatically after you move on to the next property. DO NOT press return after you enter a property - use the mouse or use the TAB key to proceed. DO specify abbreviations for scientific notation such as k (kilo), u (micro), m (milli), M (mega), p (pico), f (femto). (d) Click on the next part to change its properties. Cadence will ask whether you want to save the property changes from the old part - say yes. (e) When you re done entering properties, click Cancel at the top of the Edit Object Properties dialog box. 2. Change the names of the transistors according to Figure 2 by changing the Instance name field. Note: The name must be unique. Also insert the values for the transistor widths and lengths. 3. Flip the display of transistor M0 by first pressing m and clicking on the transistor to move it. While you are holding it, press R on the keyboard. The symbol outline should flip. Place the flipped part as shown in Figure Note that the ac magnitude and phase of the vsin part are not displayed by default. Edit the properties of this part (with the q key, and then look at the AC Magnitude property. Click on the button to the right of the property value, and a list of choices will appear. Select Both. This will cause this property to be displayed on the schematic. Wiring the Schematic After the symbols are placed and the properties are set, you can wire the parts together as shown in Figure One way to create a wire between two ports is as follows: (a) Position the mouse cursor over the first port (for example, start with the top of the constant voltage source). (b) Click and hold the left mouse button. (c) Position the mouse cursor over the second port (the Vdd symbol above the Vdc symbol). (d) Release the left mouse button. (e) Repeat steps a through d to connect each Ground and Vdd symbol to the associated parts, as shown in Figure To connect the Gate terminals of the pmosts to the Drain terminal of M1, do the following: (a) Press w on the keyboard. Note the instructions at the bottom of the Schematic Window. (b) Click and hold the left mouse button. (c) Position the cursor over the mid-point of the wire between the Gate terminals of M1 and M2, and click the left mouse button. (d) Move the mouse cursor four grid-points down, and click the left mouse button. (e) Move the mouse cursor six grid-points to the left, and click the left mouse button. This completes the connection. 3. Complete the remaining wire connections as shown in Figure 3. 5/12

6 Figure 3: Schematic Wire Connections. Modifying Wire Attributes If you do not label wires, Cadence automatically provides names for each wire, such as net30. It can be helpful later on during design and analysis if you label the wires with meaningful designators that are easy to understand and refer to. To add the attribute vout to the wire shown in Figure 3, do the following: 1. Press l (for label) on the keyboard. An Add Wire Name dialog box appears. 2. Enter vout vin in the Names field and press Return 3. Move the cursor until the dot is on top of the wire to be labeled vout. Left click once with the mouse. The label will be attached to the wire, and the label you are moving with your cursor changes. 4. Place the vin label in an appropriate spot. Make sure the dot is on top of the wire before you leftclick. Finally, add a single instance of ece[lib]lib title underneath your schematic. Please make sure that this is always placed in all your schematics. At this point you have a completed design that is ready to be analyzed. In the next part of the tutorial, you will simulate the amplifier. First, save the design by clicking the checkmark icon (the Check and Save icon) on the left hand side of the Schematic Window (top). Check the CIW. There should be a message saying that Schematic Check completed with no errors. Whenever you make a change to your design, you ll need to check and save before you simulate. Otherwise, you may get an error, which will show up in the CIW window. Again, the CIW is extremely important for finding errors. You should read any errors carefully, and sometimes warnings are important too. III. Analyzing the Design Before performing the circuit analysis, you need to start the analog environment by going to Tools > 6/12

7 Analog Environment in the schematic window. A new window called the Simulation Window will appear. Next you need to tell Cadence where to find the model library. For this class, we have a single model library file, called bsim3v3.t17a.scs, which contains an nmost model named N, and a pmost model named P. The symbols we re using by default have these names specified in their symbol properties (look at the properties for one of the transistors). If you ever decide to use a different symbol, you ll need to make sure the Model name property is correctly filled in. To tell Cadence where to look for the model file, go to Setup > Model Libraries in the Simulation Window. In the Model Library File field, enter: /home/solaris/ieng9/ee[lib]f/ee[lib]f1/cdsconfig/models/bsim3v3.t17a.scs Then click on Add (NOT OK ). You ll see the path placed in the list of Model Library Files. Now click on OK. Finding the DC Operating Point and Performing a DC Sweep In this section, you ll find and annotate the DC operating point, and you ll sweep the input voltage to find the correct bias voltage for the nmost transistor. 1. Now go to Analyses > Choose.... A new dialog box will appear. [a] 2. In the new dialog box, select the dc button. Check the Save DC Operating Point box. This will allow us to annotate node voltages later. Finally click OK 3. We ll now perform our first simulation. Click on the Netlist and Run icon, which is the green traffic light on the right hand side of the Simulation Window. If this is your first time running Cadence, a Welcome menu appears close it. A new window will appear, hopefully saying that the simulation was successful, and providing a brief summary of the simulation convergence. [s] 4. If everything went well, go to the Simulation Window, and select Results > Annotate > DC Node Voltages [d]. Note that the voltages at each terminal of each device are now marked on the schematic. Now go to Results > Annotate > DC Operating Point [D]. Note that important voltages and currents are now marked on each device. You can quickly see whether the devices are biased properly. You can remove this annotation by using Results > Annotate > Design Defaults [^d]. 5. You should see a problem with the node voltages. The node vout should be about 2.4V. This means that the top pmost is operating in triode, and this amplifier will not work properly. You ll now fix this using a DC sweep to find the correct bias point. 6. Go back to the Simulation Window, and select Analyses > Choose... [a]. Under Sweep Variable on the DC Analysis Form, select Component Parameter. The form will become larger. 7. On the expanded form, click the Select Component button. You will be prompted to select a component on the schematic. Select the vsin symbol at the nmost input. A new window will appear, and you should select dc as the parameter you wish you vary, then click OK in the new window. 8. Fill in the rest of the form so that the voltage is swept from 0 to 2.5V. Set the sweep type to Linear, and set the number of points to be plotted to 500. When you re done, click OK on the Choose Analyses window. 9. Now you need to select an output to plot. To plot a voltage, use the following procedure: 10. Go to Outputs > To Be Saved > Select on Schematic in the Simulation Window. Left-click on the vout and vin nets in the schematic window, and then press ESC. This step is typically not done as you can simply click on the nodes you want to plot after the simulation is complete. However, go ahead and try it this time. 11. Go to Outputs > Setup.... In the Setting Outputs window, click on the vout line on the right hand side. Then select the Plotted button, and press Apply. Do the same for the vin line. Then click OK in the Setting Outputs window. 7/12

8 12. Finally, we can perform the DC Sweep. Press the green traffic light. The Waveform Window with the simulation results should appear. 13. We need to find the input voltage which will place our output bias at roughly Vdd/2. Move your cursor over the waveform plot of vout. You ll see the x and y coordinates at the top of the window. Using this method, select the DC value of vin which will give an output of approximately 1.25V. You should get about 550mV. Update the vsin symbol with this new DC offset voltage. 14. Repeat the DC simulation, and verify from the annotated voltages that your output is now roughly at Vdd/2. If so, you re ready to move on to the next simulation. 15. But first, unless you like to repeat things, you should learn how to save the simulation state. Go to Session > Save State..., and you ll be prompted to save your current state. Enter the name of a state of your choosing, or just stick with the default. This state can be reloaded later (using Session > Load State..., and you won t have to enter all of the setup data again. Performing a Transient Analysis In this section, we ll look at the amplifier s large signal response to a sinusoidal input signal at 100kHz. 1. First, turn off the DC Sweep analysis by bringing up the choose Analysis window and unselecting the Enabled box at the bottom of the form. 2. Select the tran button. Enter 100u in the Stop Time field. If you want, you can also click the moderate button, but this is not necessary. It is recommended by Cadence you never click the other two. 3. Click the Options button. A new dialog box appears. In this Transient Options window, change the following attributes: step to 10n, maxstep to 10n, then press OK. These options make sure that enough points are taken during the transient analysis. They will be different for other simulations in this class, and you ll need to experiment with them. Typically, you can leave this field blank and see how well the transient results look. If they seem choppy, go ahead and enter a number here. Refer to the Cadence documentation for more information on the other parameters on this form. 4. You re now ready to simulate, and you haven t changed the schematic, so you can press the yellow traffic light to simply run the simulation. 5. After a few moments, the waveform window should appear with a nice sinusoid. You can remove the input sinusoid (we know it s just a 2mV peak-to-peak wave) to get a better view of the output. Go to Curves > Edit in the Waveform Window, and turn off the vin waveform or click on the waveform and press del. 6. To measure the peak-to-peak amplitude of the output, use the Markers {a},{b} menu to place markers A and B at the highest and lowest points of vout. From the display at the bottom of the window which will appear after you have done this, you should find the peak-to-peak amplitude to be about 63mV, meaning the circuit has a gain of about 30. Performing an AC Analysis In this section, we ll look at the amplifier s frequency response. Hopefully you re becoming proficient with Cadence now, so not as much detail about the individual steps will be provided. 1. Bring up the Choosing Analyses window, and disable the transient simulation, and the sweep portion of the DC simulation. Then click the ac button, and set up this simulation to sweep frequency from 100Hz to 1GHz, with 100 points per decade. You will need to change the sweep type to logarithmic. 2. Netlist and Run the simulation (or just run it, if your schematic is unchanged). [s] 3. In the schematic window, we will now create a Bode plot. The easy way to do this is to go to Axes and change the scale of the y-axis to be logarithmic. We ll use a different approach, using the Waveform Calculator, an important Cadence tool. (a) First, add a new subwindow to plot our new graph in. Do this by going to the Window > Subwindows... menu option, or by clicking on the subwindow icon on the left-hand side of the Waveform Window{S}. Make sure that the new subwindow is active by left-clicking in its area. 8/12

9 (b) Now click on the calculator icon on the left side of the waveform window. The calculator will appear. By default, the calculator uses RPN (Reverse Polish Notation), but this can be changed in the Options menu item, if you d like. For the following, I assume you re using RPN. (c) Click on the wave button in the calculator. You will be prompted to click on a wave - select the vout waveform. The expression for this wave will appear in the calculator window. (d) You want to plot 20*log10(vout). To do this in RPN, now click on the log10 button, then enter 20 on the keypad, then press the multiply button. You should see the calculation take place in the calculator window. If you prefer, you can simply type *20 at the end of the expression in the calculator window. in other words, use it as a normal calculator. (e) Now press the calculator plot button. The new wave will appear in the subwindow. 4. You can also make measurements with the calculator. If you click and hold the Special Functions button, you will see a list of functions. Select bandwidth. A form will come up, and you can click OK. Then press the print button on the calculator. This will bring up a window with the measured 3-db bandwidth of your circuit. 5. You re done with the AC Analysis now. We ve only scratched the surface of what can be done with the Waveform Calculator. Feel free to experiment more with it if you wish. Then go to the next section. Performing a Parametric Sweep Sometimes it s important to perform sweeps of two variables simultaneously. This section shows you how to do this. We will sweep the nmost bias voltage over a few values, and plot the frequency response of the amplifier for each value. This will demonstrate how drastically the bias point (which determines whether transistors are saturated) can affect circuit performance. 1. For a parametric analysis, you must first define the variable to be parameterized (the one which takes on discrete values). In our case, this will be the offset voltage of the vsin symbol. Go to this symbol and edit its properties. In place of the number which you currently have entered in the Offset voltage field, enter vgs. Then click OK. Check and save. 2. Go to the Simulator Window and select Variables > Copy From Cellview. You will notice that vgs appears in the Design Variables subwindow. 3. Go to Variables > Edit... (or use the shortcut) and set the value of vgs to the bias voltage you found during the DC Sweep portion of the tutorial. 4. Next, you will need to re-enable the DC simulation. To do so, go back to the analysis chooser and select the DC analysis button. Choose to enable this simulation; however, make sure you disable the component parameter sweep. 5. Now netlist the schematic. (You can find the option to just netlist under Simulation, or you can just netlist and run. It doesn t make any difference. We just need to netlist somehow.) This is a critical step. If you forget to do this, the parametric analysis will seem to do nothing. 6. In the Simulation Window, go to Tools > Parametric Analysis.... Set up the form so that vgs is swept from 0.4V to 0.8V in 9 total steps. In the same form, go to Analysis > Start to begin the analysis. 7. When the Waveform window comes back, it should have multiple distinct curves, showing the frequency response for each value of vgs. Notice how dramatically the gain drops off away from the correct bias point! A Note on Measuring Currents You select a current to be plotted in much the same way as you select a voltage. When selecting outputs to be plotted (see the beginning of Analyzing the Design ), click on the terminal of a device rather than a wire. A circle should surround the terminal to show that the current flowing INTO this terminal will be plotted. A few caveats: first, sometimes it can be very difficult to select a node - you may have to click on the center of the symbol at which you want to measure current, which will select all nodes of that symbol, and then delete the currents you don t want in the Simulation Window. Second, the transistor symbols used for the class don t allow their currents to be plotted for some reason. Remember, you can always put in a zero-volt voltage source if you need some usable terminals for measuring current! 9/12

10 A Note on Printing/Plotting Some information on customizing printing was given earlier in this tutorial. In order to actually bring up a plotting dialog box, you can go to Design > Plot > Submit.. in the Schematic Window, or Window > Hardcopy in the Waveform Window. You ll have to experiment with the forms to get what you want. The forms are quite versatile. Keep in mind you can print to a postscript file as well as directly to a printer. When printing, it is suggested that you do the following: (a) Unselect the [Plot with] Header button. (b) On the Plot options page: i. Unselect the Mail Log to button. ii. Select the Center plot button. [Not available when printing waveforms] iii. Select the Fit to page button. [Not available when printing waveforms] iv. Check that the correct printer is selected (or) v. If you want to print to a postscript file, select the Send plot only to file button. If you decide to print to a file, the output will be a postscript file. This may be inconvenient for some students. If this is the case, you can run ps2pdf <filename.ps> to convert the postscript file to a PDF. This program, however, is not available in your path, by default. You will need to add it to your path before ps2pdf will work. To do so, at the UNIX command prompt (not the CIW!), type: set path = ( $path /software/common/ghostscript-8.0.0/bin ) Note: Due to a bug in Cadence, waveforms are printed as they appear on the screen. In other words, if the waveform window is small, on the screen, the printout will be equally small. It is suggested that you make the waveform windows large to get the clearest printouts. Revision Author Date Notes 1.0???? Creation of file (Tex) 2.0 A. Lewis 1/1/2002 Updated file for ECE264A. 3.0 K. Wang 9/20/2004 Converted from Tex to Word and updated for ECE[LIB] design kit. Added section on Bindkeys (Appendix A). Updated paths. 3.1 K. Wang 9/28/2004 Fixed errors. Expanded on printing section. 3.2 K. Wang 9/29/2004 Added section on ps2pdf K. Wang 9/29/2004 Added lines to set up ps2pdf. 3.3 K. Wang 1/5/2005 Generalized library statements to accommodate both 164 and 264. University of California at San Diego 10/12

11 Appendix A: Useful Bindkeys Bindkeys are keyboard shortcuts used within Cadence. Each tool within Cadence, such as the schematic editor and Spectre simulator, has its own set of bindkeys. These can be configured by the user if desired. Many Cadence users find that using bindkeys greatly speeds up the work. ^ means control and means Shift. Within the schematic window: Key ^q Edit component display i Insert instance c Copy m Move M Stretch e Descend into block and edit E Descend into block and read ^e Ascend from block f Fit to screen g Go to error markers G Remove all error markers ^g Bring up selection filter window r Rotate R Flip q Edit component u Undo w Wire W Thick wire z Zoom in Z Zoom out p Add pin l [lowercase L] Add wire label Description Within the schematic window after Analog Artist (Spectre) has been started: Key Description a Analysis selection window d Annotate DC operating voltages D Annotate DC operating condition (ids, gm, ) ^d Show design defaults (Removes all annotation) s Check and save schematic and start a simulation 1 Direct plot DC 2 Direct plot AC magnitude (db) 2 Direct plot AC magnitude (db) and phase 3 Direct plot transient 4 Direct plot transient difference [select two nodes] 4 Direct plot transient sum [select two nodes] Within the waveform window: Key q Update results s Strip mode c Composite mode S Add subwindow ^s Delete active subwindow r Clear waveform window a Show marker A b Show marker B z Zoom f Fit to screen Description 11/12

12 12/12

Getting Started with the Cadence Software

Getting Started with the Cadence Software 1 Getting Started with the Cadence Software In this chapter, you learn about the Cadence software environment and the Virtuoso layout editor as you do the following tasks: Copying the Tutorial Database

More information

Document Contents Introduction Layout Extraction with Parasitic Capacitances Timing Analysis DC Analysis

Document Contents Introduction Layout Extraction with Parasitic Capacitances Timing Analysis DC Analysis Cadence Tutorial C: Simulating DC and Timing Characteristics Created for the MSU VLSI program by Professor A. Mason and the AMSaC lab group rev S06 (convert to spectre simulator) Document Contents Introduction

More information

Lab 1: Introduction to PSpice

Lab 1: Introduction to PSpice Lab 1: Introduction to PSpice Objectives A primary purpose of this lab is for you to become familiar with the use of PSpice and to learn to use it to assist you in the analysis of circuits. The software

More information

PSPICE TUTORIAL (BASIC)

PSPICE TUTORIAL (BASIC) Department of Electrical & Computer Engineering PSPICE TUTORIAL (BASIC) Professor: Dr. Subbarao V. Wunnava Teaching Assistant: Rafael Romero COURTESY: ED LULE/ BORIS LINO/ORCAD Updated: Spring.2006, 07

More information

EE 242 EXPERIMENT 5: COMPUTER SIMULATION OF THREE-PHASE CIRCUITS USING PSPICE SCHEMATICS 1

EE 242 EXPERIMENT 5: COMPUTER SIMULATION OF THREE-PHASE CIRCUITS USING PSPICE SCHEMATICS 1 EE 242 EXPERIMENT 5: COMPUTER SIMULATION OF THREE-PHASE CIRCUITS USING PSPICE SCHEMATICS 1 Objective: To build, simulate, and analyze three-phase circuits using OrCAD Capture Pspice Schematics under balanced

More information

UNIVERSITY OF CALIFORNIA College of Engineering Department of Electrical Engineering and Computer Sciences

UNIVERSITY OF CALIFORNIA College of Engineering Department of Electrical Engineering and Computer Sciences UNIVERSITY OF CALIFORNIA College of Engineering Department of Electrical Engineering and Computer Sciences Jan M. Rabaey Homework #1: Circuit Simulation EECS 141 Due Friday, January 30, 5pm, box in 240

More information

Op-Amp Simulation EE/CS 5720/6720. Read Chapter 5 in Johns & Martin before you begin this assignment.

Op-Amp Simulation EE/CS 5720/6720. Read Chapter 5 in Johns & Martin before you begin this assignment. Op-Amp Simulation EE/CS 5720/6720 Read Chapter 5 in Johns & Martin before you begin this assignment. This assignment will take you through the simulation and basic characterization of a simple operational

More information

Copyright 2011 Linear Technology. All rights reserved.

Copyright 2011 Linear Technology. All rights reserved. Copyright. All rights reserved. LTspice IV Getting Started Guide 2 Benefits of Using LTspice IV Stable SPICE circuit simulation with Unlimited number of nodes Schematic/symbol editor Waveform viewer Library

More information

3. On the top menu bar, click on File > New > Project as shown in Fig. 2 below: Figure 2 Window for Orcad Capture CIS

3. On the top menu bar, click on File > New > Project as shown in Fig. 2 below: Figure 2 Window for Orcad Capture CIS Department of Electrical Engineering University of North Texas Denton, TX. 76207 EENG 2920 Quickstart PSpice Tutorial Tutorial Prepared by Oluwayomi Adamo 1. To run the PSpice program, click on Start >

More information

Lab 1: Full Adder 0.0

Lab 1: Full Adder 0.0 Lab 1: Full Adder 0.0 Introduction In this lab you will design a simple digital circuit called a full adder. You will then use logic gates to draw a schematic for the circuit. Finally, you will verify

More information

Microsoft Word 2010. Revising Word Documents Using Markup Tools

Microsoft Word 2010. Revising Word Documents Using Markup Tools Microsoft Word 2010 Revising Word Documents Using Markup Tools Preface Word provides several markup tools that make document collaboration easy. Color coding, highlighting, and the ability maintain multiple

More information

Windows XP Pro: Basics 1

Windows XP Pro: Basics 1 NORTHWEST MISSOURI STATE UNIVERSITY ONLINE USER S GUIDE 2004 Windows XP Pro: Basics 1 Getting on the Northwest Network Getting on the Northwest network is easy with a university-provided PC, which has

More information

LESSON 7: IMPORTING AND VECTORIZING A BITMAP IMAGE

LESSON 7: IMPORTING AND VECTORIZING A BITMAP IMAGE LESSON 7: IMPORTING AND VECTORIZING A BITMAP IMAGE In this lesson we ll learn how to import a bitmap logo, transform it into a vector and perform some editing on the vector to clean it up. The concepts

More information

Lab #9: AC Steady State Analysis

Lab #9: AC Steady State Analysis Theory & Introduction Lab #9: AC Steady State Analysis Goals for Lab #9 The main goal for lab 9 is to make the students familar with AC steady state analysis, db scale and the NI ELVIS frequency analyzer.

More information

How to test and debug an ASP.NET application

How to test and debug an ASP.NET application Chapter 4 How to test and debug an ASP.NET application 113 4 How to test and debug an ASP.NET application If you ve done much programming, you know that testing and debugging are often the most difficult

More information

SECTION 5: Finalizing Your Workbook

SECTION 5: Finalizing Your Workbook SECTION 5: Finalizing Your Workbook In this section you will learn how to: Protect a workbook Protect a sheet Protect Excel files Unlock cells Use the document inspector Use the compatibility checker Mark

More information

The following is an overview of lessons included in the tutorial.

The following is an overview of lessons included in the tutorial. Chapter 2 Tutorial Tutorial Introduction This tutorial is designed to introduce you to some of Surfer's basic features. After you have completed the tutorial, you should be able to begin creating your

More information

Royal Military College of Canada

Royal Military College of Canada Microelectronics Lab Cadence Tutorials Schematic Entry & Digital Simulation (Using Composer / Verilog-XL / Simwave) Department of Electrical & Computer Engineering Royal Military College of Canada Cadence

More information

Mentor Tools tutorial Bold Browser Design Manager Design Architect Library Components Quicksim Creating and Compiling the VHDL Model.

Mentor Tools tutorial Bold Browser Design Manager Design Architect Library Components Quicksim Creating and Compiling the VHDL Model. Mentor Tools tutorial Bold Browser Design Manager Design Architect Library Components Quicksim Creating and Compiling the VHDL Model. Introduction To Mentor Graphics Mentor Graphics BOLD browser allows

More information

5. Tutorial. Starting FlashCut CNC

5. Tutorial. Starting FlashCut CNC FlashCut CNC Section 5 Tutorial 259 5. Tutorial Starting FlashCut CNC To start FlashCut CNC, click on the Start button, select Programs, select FlashCut CNC 4, then select the FlashCut CNC 4 icon. A dialog

More information

If you know exactly how you want your business forms to look and don t mind

If you know exactly how you want your business forms to look and don t mind appendix e Advanced Form Customization If you know exactly how you want your business forms to look and don t mind detail work, you can configure QuickBooks forms however you want. With QuickBooks Layout

More information

Migrating to Excel 2010 from Excel 2003 - Excel - Microsoft Office 1 of 1

Migrating to Excel 2010 from Excel 2003 - Excel - Microsoft Office 1 of 1 Migrating to Excel 2010 - Excel - Microsoft Office 1 of 1 In This Guide Microsoft Excel 2010 looks very different, so we created this guide to help you minimize the learning curve. Read on to learn key

More information

IT Quick Reference Guides Using Windows 7

IT Quick Reference Guides Using Windows 7 IT Quick Reference Guides Using Windows 7 Windows Guides This sheet covers many of the basic commands for using the Windows 7 operating system. WELCOME TO WINDOWS 7 After you log into your machine, the

More information

AT&T Global Network Client v6.8.0 and Passport IP Setup Instructions for Broadband VPN Access

AT&T Global Network Client v6.8.0 and Passport IP Setup Instructions for Broadband VPN Access AT&T Global Network Client v6.8.0 and Passport IP Setup Instructions for Broadband VPN Access October 19, 2006 1 Installing AT&T GNC 6.8.0 for Broadband VPN Access... 3 Getting Started... 3 License Agreement...

More information

Introduction to OrCAD Capture and PSpice

Introduction to OrCAD Capture and PSpice Introduction to OrCAD Capture and PSpice Professor John H. Davies September 18, 2008 Abstract This handout explains how to get started with Cadence OrCAD to draw a circuit (schematic capture) and simulate

More information

Microsoft Excel 2010 Part 3: Advanced Excel

Microsoft Excel 2010 Part 3: Advanced Excel CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Excel 2010 Part 3: Advanced Excel Winter 2015, Version 1.0 Table of Contents Introduction...2 Sorting Data...2 Sorting

More information

Merging Labels, Letters, and Envelopes Word 2013

Merging Labels, Letters, and Envelopes Word 2013 Merging Labels, Letters, and Envelopes Word 2013 Merging... 1 Types of Merges... 1 The Merging Process... 2 Labels - A Page of the Same... 2 Labels - A Blank Page... 3 Creating Custom Labels... 3 Merged

More information

Microsoft Word 2011: Create a Table of Contents

Microsoft Word 2011: Create a Table of Contents Microsoft Word 2011: Create a Table of Contents Creating a Table of Contents for a document can be updated quickly any time you need to add or remove details for it will update page numbers for you. A

More information

FREQUENCY RESPONSE OF AN AUDIO AMPLIFIER

FREQUENCY RESPONSE OF AN AUDIO AMPLIFIER 2014 Amplifier - 1 FREQUENCY RESPONSE OF AN AUDIO AMPLIFIER The objectives of this experiment are: To understand the concept of HI-FI audio equipment To generate a frequency response curve for an audio

More information

How to Make the Most of Excel Spreadsheets

How to Make the Most of Excel Spreadsheets How to Make the Most of Excel Spreadsheets Analyzing data is often easier when it s in an Excel spreadsheet rather than a PDF for example, you can filter to view just a particular grade, sort to view which

More information

Ohio University Computer Services Center August, 2002 Crystal Reports Introduction Quick Reference Guide

Ohio University Computer Services Center August, 2002 Crystal Reports Introduction Quick Reference Guide Open Crystal Reports From the Windows Start menu choose Programs and then Crystal Reports. Creating a Blank Report Ohio University Computer Services Center August, 2002 Crystal Reports Introduction Quick

More information

Introduction to Word 2007

Introduction to Word 2007 Introduction to Word 2007 You will notice some obvious changes immediately after starting Word 2007. For starters, the top bar has a completely new look, consisting of new features, buttons and naming

More information

CONCEPT-II. Overview of demo examples

CONCEPT-II. Overview of demo examples CONCEPT-II CONCEPT-II is a frequency domain method of moment (MoM) code, under development at the Institute of Electromagnetic Theory at the Technische Universität Hamburg-Harburg (www.tet.tuhh.de). Overview

More information

BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005

BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005 BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005 PLEASE NOTE: The contents of this publication, and any associated documentation provided to you, must not be disclosed to any third party without

More information

Getting Started on the Computer With Mouseaerobics! Windows XP

Getting Started on the Computer With Mouseaerobics! Windows XP This handout was modified from materials supplied by the Bill and Melinda Gates Foundation through a grant to the Manchester City Library. Getting Started on the Computer With Mouseaerobics! Windows XP

More information

ETIN25 Analogue IC Design. Laboratory Manual Lab 1

ETIN25 Analogue IC Design. Laboratory Manual Lab 1 Department of Electrical and Information Technology LTH ETIN25 Analogue IC Design Laboratory Manual Lab 1 Jonas Lindstrand Martin Liliebladh Markus Törmänen September 2011 Laboratory 1: Cadence, DC parameters

More information

Florence School District #1

Florence School District #1 Florence School District #1 Module 2: SMART Board Basics and Beyond 1 SMART Board Software and Beyond In SMART Notebook software, you can create or open SMART Notebook software (.notebook) files. After

More information

School of Electrical and Information Engineering. The Remote Laboratory System. Electrical and Information Engineering Project 2006.

School of Electrical and Information Engineering. The Remote Laboratory System. Electrical and Information Engineering Project 2006. School of Electrical and Information Engineering The Remote Laboratory System Electrical and Information Engineering Project 2006 By Ben Loud Project Number: Supervisors: 2006A Jan Machotka Zorica Nedic

More information

Lab 1: The Digital Oscilloscope

Lab 1: The Digital Oscilloscope PHYSICS 220 Physical Electronics Lab 1: The Digital Oscilloscope Object: To become familiar with the oscilloscope, a ubiquitous instrument for observing and measuring electronic signals. Apparatus: Tektronix

More information

Integrated Invoicing and Debt Management System for Mac OS X

Integrated Invoicing and Debt Management System for Mac OS X Integrated Invoicing and Debt Management System for Mac OS X Program version: 6.3 110401 2011 HansaWorld Ireland Limited, Dublin, Ireland Preface Standard Invoicing is a powerful invoicing and debt management

More information

Microsoft Word 2010 Training

Microsoft Word 2010 Training Microsoft Word 2010 Training Microsoft Word 102 Instructor: Debbie Minnerly Course goals Learn how to work with paragraphs. Set tabs and work with tables. Learn about styles Use the spelling and grammar

More information

University of California, Berkeley Department of Electrical Engineering and Computer Sciences EE 105: Microelectronic Devices and Circuits

University of California, Berkeley Department of Electrical Engineering and Computer Sciences EE 105: Microelectronic Devices and Circuits University of California, Berkeley Department of Electrical Engineering and Computer Sciences EE 105: Microelectronic Devices and Circuits LTSpice LTSpice is a free circuit simulator based on Berkeley

More information

Statgraphics Getting started

Statgraphics Getting started Statgraphics Getting started The aim of this exercise is to introduce you to some of the basic features of the Statgraphics software. Starting Statgraphics 1. Log in to your PC, using the usual procedure

More information

Excel macros made easy

Excel macros made easy IT Training Excel macros made easy Jane Barrett, IT Training & Engagement Team Information System Services Version 1.1 Scope Learning outcomes Understand the concept of what a macro is and what it does.

More information

CADENCE LAYOUT TUTORIAL

CADENCE LAYOUT TUTORIAL CADENCE LAYOUT TUTORIAL Creating Layout of an inverter from a Schematic: Open the existing Schematic Page 1 From the schematic editor window Tools >Design Synthesis >Layout XL A window for startup Options

More information

LAB 7 MOSFET CHARACTERISTICS AND APPLICATIONS

LAB 7 MOSFET CHARACTERISTICS AND APPLICATIONS LAB 7 MOSFET CHARACTERISTICS AND APPLICATIONS Objective In this experiment you will study the i-v characteristics of an MOS transistor. You will use the MOSFET as a variable resistor and as a switch. BACKGROUND

More information

KiCad Step by Step Tutorial

KiCad Step by Step Tutorial KiCad Step by Step Tutorial Copyright 2006 David Jahshan: kicad at iridec.com.au 2011 Update Copyright 2011 Phil Hutchinson Copyright: Please freely copy and distribute (sell or give away) this document

More information

To launch the Microsoft Excel program, locate the Microsoft Excel icon, and double click.

To launch the Microsoft Excel program, locate the Microsoft Excel icon, and double click. EDIT202 Spreadsheet Lab Assignment Guidelines Getting Started 1. For this lab you will modify a sample spreadsheet file named Starter- Spreadsheet.xls which is available for download from the Spreadsheet

More information

Excel 2007 Basic knowledge

Excel 2007 Basic knowledge Ribbon menu The Ribbon menu system with tabs for various Excel commands. This Ribbon system replaces the traditional menus used with Excel 2003. Above the Ribbon in the upper-left corner is the Microsoft

More information

Sample Table. Columns. Column 1 Column 2 Column 3 Row 1 Cell 1 Cell 2 Cell 3 Row 2 Cell 4 Cell 5 Cell 6 Row 3 Cell 7 Cell 8 Cell 9.

Sample Table. Columns. Column 1 Column 2 Column 3 Row 1 Cell 1 Cell 2 Cell 3 Row 2 Cell 4 Cell 5 Cell 6 Row 3 Cell 7 Cell 8 Cell 9. Working with Tables in Microsoft Word The purpose of this document is to lead you through the steps of creating, editing and deleting tables and parts of tables. This document follows a tutorial format

More information

Circuit Simulation: Here are some of ADS analysis:

Circuit Simulation: Here are some of ADS analysis: Advanced Design System (ADS) Tutorial: ADS is a simulator like spice, cadence. But it focuses on the RF and microwave design, so most of its devices on the library are microwave devices. Circuit Simulation:

More information

Integrated Accounting System for Mac OS X

Integrated Accounting System for Mac OS X Integrated Accounting System for Mac OS X Program version: 6.3 110401 2011 HansaWorld Ireland Limited, Dublin, Ireland Preface Standard Accounts is a powerful accounting system for Mac OS X. Text in square

More information

Lab 3: Introduction to Data Acquisition Cards

Lab 3: Introduction to Data Acquisition Cards Lab 3: Introduction to Data Acquisition Cards INTRODUCTION: In this lab, you will be building a VI to display the input measured on a channel. However, within your own VI you will use LabVIEW supplied

More information

Microsoft PowerPoint Exercises 4

Microsoft PowerPoint Exercises 4 Microsoft PowerPoint Exercises 4 In these exercises, you will be working with your Music Presentation file used in part 1 and 2. Open that file if you haven t already done so. Exercise 1. Slide Sorter

More information

Electronic WorkBench tutorial

Electronic WorkBench tutorial Electronic WorkBench tutorial Introduction Electronic WorkBench (EWB) is a simulation package for electronic circuits. It allows you to design and analyze circuits without using breadboards, real components

More information

Enterprise Interface User Guide

Enterprise Interface User Guide Enterprise Interface User Guide http://www.scientia.com Email: support@scientia.com Ref: 3094 ISO 9001:2000 / TickIT certified Copyright Scientia Ltd 2010 This document is the exclusive property of Scientia

More information

Waveform Calculator User Guide. Product Version 5.1.41 December 2005

Waveform Calculator User Guide. Product Version 5.1.41 December 2005 Product Version 5.1.41 December 2005 1999-2005 Cadence Design Systems, Inc. All rights reserved. Printed in the United States of America. Cadence Design Systems, Inc., 555 River Oaks Parkway, San Jose,

More information

Customizing forms and writing QuickBooks Letters

Customizing forms and writing QuickBooks Letters LESSON 15 Customizing forms and writing QuickBooks Letters 15 Lesson objectives, 398 Supporting materials, 398 Instructor preparation, 398 To start this lesson, 398 About QuickBooks forms, 399 Customizing

More information

Intro to Excel spreadsheets

Intro to Excel spreadsheets Intro to Excel spreadsheets What are the objectives of this document? The objectives of document are: 1. Familiarize you with what a spreadsheet is, how it works, and what its capabilities are; 2. Using

More information

Getting Started with WebSite Tonight

Getting Started with WebSite Tonight Getting Started with WebSite Tonight WebSite Tonight Getting Started Guide Version 3.0 (12.2010) Copyright 2010. All rights reserved. Distribution of this work or derivative of this work is prohibited

More information

Microsoft Migrating to Word 2010 from Word 2003

Microsoft Migrating to Word 2010 from Word 2003 In This Guide Microsoft Word 2010 looks very different, so we created this guide to help you minimize the learning curve. Read on to learn key parts of the new interface, discover free Word 2010 training,

More information

Excel -- Creating Charts

Excel -- Creating Charts Excel -- Creating Charts The saying goes, A picture is worth a thousand words, and so true. Professional looking charts give visual enhancement to your statistics, fiscal reports or presentation. Excel

More information

Business Portal for Microsoft Dynamics GP 2010. User s Guide Release 5.1

Business Portal for Microsoft Dynamics GP 2010. User s Guide Release 5.1 Business Portal for Microsoft Dynamics GP 2010 User s Guide Release 5.1 Copyright Copyright 2011 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and

More information

TimeValue Software Due Date Tracking and Task Management Software

TimeValue Software Due Date Tracking and Task Management Software User s Guide TM TimeValue Software Due Date Tracking and Task Management Software File In Time Software User s Guide Copyright TimeValue Software, Inc. (a California Corporation) 1992-2010. All rights

More information

Results CRM 2012 User Manual

Results CRM 2012 User Manual Results CRM 2012 User Manual A Guide to Using Results CRM Standard, Results CRM Plus, & Results CRM Business Suite Table of Contents Installation Instructions... 1 Single User & Evaluation Installation

More information

SA-9600 Surface Area Software Manual

SA-9600 Surface Area Software Manual SA-9600 Surface Area Software Manual Version 4.0 Introduction The operation and data Presentation of the SA-9600 Surface Area analyzer is performed using a Microsoft Windows based software package. The

More information

MATERIALS. Multisim screen shots sent to TA.

MATERIALS. Multisim screen shots sent to TA. Page 1/8 Revision 0 9-Jun-10 OBJECTIVES Learn new Multisim components and instruments. Conduct a Multisim transient analysis. Gain proficiency in the function generator and oscilloscope. MATERIALS Multisim

More information

POWERPOINT BASICS: MICROSOFT OFFICE 2013

POWERPOINT BASICS: MICROSOFT OFFICE 2013 University of North Carolina at Chapel Hill Libraries Carrboro Cybrary Chapel Hill Public Library Durham County Public Library POWERPOINT BASICS: MICROSOFT OFFICE 2013 GETTING STARTED PAGE 02 Prerequisites

More information

GETTING STARTED TABLE OF CONTENTS

GETTING STARTED TABLE OF CONTENTS Windows 7 Tutorial GETTING STARTED An operating system, sometimes called an OS, is the main program the computer uses to function properly. Operating systems act as a link between you, the user, and the

More information

Tutorial 1: The Freehand Tools

Tutorial 1: The Freehand Tools UNC Charlotte Tutorial 1: The Freehand Tools In this tutorial you ll learn how to draw and construct geometric figures using Sketchpad s freehand construction tools. You ll also learn how to undo your

More information

WHAT S NEW IN WORD 2010 & HOW TO CUSTOMIZE IT

WHAT S NEW IN WORD 2010 & HOW TO CUSTOMIZE IT WHAT S NEW IN WORD 2010 & HOW TO CUSTOMIZE IT The Ribbon... 2 Default Tabs... 2 Contextual Tabs... 2 Minimizing and Restoring the Ribbon... 3 Customizing the Ribbon... 3 A New Graphic Interface... 5 Live

More information

Microsoft Excel 2010 Tutorial

Microsoft Excel 2010 Tutorial 1 Microsoft Excel 2010 Tutorial Excel is a spreadsheet program in the Microsoft Office system. You can use Excel to create and format workbooks (a collection of spreadsheets) in order to analyze data and

More information

Apache Configuration

Apache Configuration Apache Configuration In this exercise, we are going to get Apache configured to handle a couple of different websites. We are just going to use localhost (the default address for a server), but the same

More information

WebSphere Business Monitor V7.0 Business space dashboards

WebSphere Business Monitor V7.0 Business space dashboards Copyright IBM Corporation 2010 All rights reserved IBM WEBSPHERE BUSINESS MONITOR 7.0 LAB EXERCISE WebSphere Business Monitor V7.0 What this exercise is about... 2 Lab requirements... 2 What you should

More information

Microsoft Query, the helper application included with Microsoft Office, allows

Microsoft Query, the helper application included with Microsoft Office, allows 3 RETRIEVING ISERIES DATA WITH MICROSOFT QUERY Microsoft Query, the helper application included with Microsoft Office, allows Office applications such as Word and Excel to read data from ODBC data sources.

More information

Using Microsoft Project 2000

Using Microsoft Project 2000 Using MS Project Personal Computer Fundamentals 1 of 45 Using Microsoft Project 2000 General Conventions All text highlighted in bold refers to menu selections. Examples would be File and Analysis. ALL

More information

Tabs3, PracticeMaster, and the pinwheel symbol ( trademarks of Software Technology, Inc. Portions copyright Microsoft Corporation

Tabs3, PracticeMaster, and the pinwheel symbol ( trademarks of Software Technology, Inc. Portions copyright Microsoft Corporation Tabs3 Trust Accounting Software Reseller/User Tutorial Version 16 for November 2011 Sample Data Copyright 1983-2013 Software Technology, Inc. 1621 Cushman Drive Lincoln, NE 68512 (402) 423-1440 http://www.tabs3.com

More information

Hands-on Practice. Hands-on Practice. Learning Topics

Hands-on Practice. Hands-on Practice. Learning Topics Using Microsoft PowerPoint Software on a SMART Board Interactive Whiteboard You make presentations for a reason to communicate a message. With a SMART Board interactive whiteboard, you can focus the attention

More information

Authorware Install Directions for IE in Windows Vista, Windows 7, and Windows 8

Authorware Install Directions for IE in Windows Vista, Windows 7, and Windows 8 Authorware Install Directions for IE in Windows Vista, Windows 7, and Windows 8 1. Read entire document before continuing. 2. Close all browser windows. There should be no websites open. If you are using

More information

What Do You Think? for Instructors

What Do You Think? for Instructors Accessing course reports and analysis views What Do You Think? for Instructors Introduction As an instructor, you can use the What Do You Think? Course Evaluation System to see student course evaluation

More information

Create a GAME PERFORMANCE Portfolio with Microsoft Word

Create a GAME PERFORMANCE Portfolio with Microsoft Word Create a GAME PERFORMANCE Portfolio with Microsoft Word Planning A good place to start is on paper. Get a sheet of blank paper and just use a pencil to indicate where the content is going to be positioned

More information

Umbraco v4 Editors Manual

Umbraco v4 Editors Manual Umbraco v4 Editors Manual Produced by the Umbraco Community Umbraco // The Friendly CMS Contents 1 Introduction... 3 2 Getting Started with Umbraco... 4 2.1 Logging On... 4 2.2 The Edit Mode Interface...

More information

Microsoft Office. Mail Merge in Microsoft Word

Microsoft Office. Mail Merge in Microsoft Word Microsoft Office Mail Merge in Microsoft Word TABLE OF CONTENTS Microsoft Office... 1 Mail Merge in Microsoft Word... 1 CREATE THE SMS DATAFILE FOR EXPORT... 3 Add A Label Row To The Excel File... 3 Backup

More information

PostScript User Guide 604P17454_EN

PostScript User Guide 604P17454_EN CopyCentre C118 WorkCentre M118/M118i PostScript User Guide 604P17454_EN Prepared by: The Document Company Xerox GKLS European Operations Bessemer Road Welwyn Garden City Hertfordshire AL7 1HE ENGLAND

More information

Beginner s Guide to LTSpice

Beginner s Guide to LTSpice Beginner s Guide to LTSpice Pages 1&2 Pages 3 4 Page 4 Pages 5 9 Pages 10 11 Page 11 Commands & techniques for drawing the circuit Commands and methods for analysis of the circuit Additional notes (crystals

More information

Applicant Tracking System Job Aids. Prepared by:

Applicant Tracking System Job Aids. Prepared by: Applicant Tracking System Job Aids Prepared by: Contents System Navigation and My Setup Information for Users... 1 Creating Requisitions... 4 Duplicating Requisitions... 6 Requesting an Approval... 7 Viewing

More information

Microsoft Word 2010 Tutorial

Microsoft Word 2010 Tutorial 1 Microsoft Word 2010 Tutorial Microsoft Word 2010 is a word-processing program, designed to help you create professional-quality documents. With the finest documentformatting tools, Word helps you organize

More information

STIM202 Evaluation Kit

STIM202 Evaluation Kit Table of contents: 1 FEATURES... 2 2 GENERAL DESCRIPTIONS AND SYSTEM CONTENTS... 2 3 SYSTEM REQUIREMENTS... 2 4 GETTING STARTED... 3 4.1 INSTALLATION OF NI-SERIAL CABLE ASSEMBLY DRIVER... 3 4.2 INSTALLATION

More information

Creating tables of contents and figures in Word 2013

Creating tables of contents and figures in Word 2013 Creating tables of contents and figures in Word 2013 Information Services Creating tables of contents and figures in Word 2013 This note shows you how to create a table of contents or a table of figures

More information

MICROSOFT WORD TUTORIAL

MICROSOFT WORD TUTORIAL MICROSOFT WORD TUTORIAL G E T T I N G S T A R T E D Microsoft Word is one of the most popular word processing programs supported by both Mac and PC platforms. Microsoft Word can be used to create documents,

More information

OrCAD Capture with PSpice and Allegro DE CIS with AMS Simulator. Describes how to create a PSpice Archive File with Capture

OrCAD Capture with PSpice and Allegro DE CIS with AMS Simulator. Describes how to create a PSpice Archive File with Capture Title: Product: Summary: Creating a Project Archive OrCAD Capture with PSpice and Allegro DE CIS with AMS Simulator Describes how to create a PSpice Archive File with Capture Author/Date: Wei Ling / 03.08.2009

More information

Lab 4 - Data Acquisition

Lab 4 - Data Acquisition Spring 11 Lab 4 - Data Acquisition Lab 4-1 Lab 4 - Data Acquisition Format This lab will be conducted during your regularly scheduled lab time in a group format. Each student is responsible for learning

More information

Creating a new project: Choose File> New Project. A dialog box appears and asking about the work directory that by default

Creating a new project: Choose File> New Project. A dialog box appears and asking about the work directory that by default Advanced Design System (ADS) Tutorial: ADS is a simulator like spice, cadence. But it focuses on the RF and microwave design, so most of its devices on the library are microwave devices. Circuit Simulation:

More information

Hypercosm. Studio. www.hypercosm.com

Hypercosm. Studio. www.hypercosm.com Hypercosm Studio www.hypercosm.com Hypercosm Studio Guide 3 Revision: November 2005 Copyright 2005 Hypercosm LLC All rights reserved. Hypercosm, OMAR, Hypercosm 3D Player, and Hypercosm Studio are trademarks

More information

EXPERIMENT NUMBER 5 BASIC OSCILLOSCOPE OPERATIONS

EXPERIMENT NUMBER 5 BASIC OSCILLOSCOPE OPERATIONS 1 EXPERIMENT NUMBER 5 BASIC OSCILLOSCOPE OPERATIONS The oscilloscope is the most versatile and most important tool in this lab and is probably the best tool an electrical engineer uses. This outline guides

More information

Chief Architect X6. Download & Installation Instructions. Chief Architect, Inc. 6500 N. Mineral Dr. Coeur d Alene, Idaho 83815 www.chiefarchitect.

Chief Architect X6. Download & Installation Instructions. Chief Architect, Inc. 6500 N. Mineral Dr. Coeur d Alene, Idaho 83815 www.chiefarchitect. Chief Architect X6 Download & Installation Instructions Chief Architect, Inc. 6500 N. Mineral Dr. Coeur d Alene, Idaho 83815 www.chiefarchitect.com Contents Chapter 1: Installation What s Included with

More information

Home Agent Installation Manual Windows 8 v1.0

Home Agent Installation Manual Windows 8 v1.0 Home Agent Installation Manual Windows 8 v1.0 By: Leonard Poulin Page 1 Version History Version Date Changes 1 2/16/2014 First release for Windows 8 Page 2 Table of Contents Version History... 2 Installation

More information

JCUT CNC Router 3030A/6090/8090/1212/60150/1218/1224/1325/1530/A/B

JCUT CNC Router 3030A/6090/8090/1212/60150/1218/1224/1325/1530/A/B JCUT CNC Router 3030A/6090/8090/1212/60150/1218/1224/1325/1530/A/B User s Operation Manual Jinan Jcut CNC Equipment Co., Ltd. Content Content... 1 Ⅰ. Introduction of wiring of CNC router.......2.2 Ⅱ.Install

More information

EXPRESS PCB TUTORIAL Author: Lee Morey Revised: JE Feb 2015

EXPRESS PCB TUTORIAL Author: Lee Morey Revised: JE Feb 2015 EXPRESS PCB TUTORIAL Author: Lee Morey Revised: JE Feb 2015 Getting Started There are several resources for learning how to layout schematics and PCBs. And there are several popular commercial packages.

More information

PowerWorld Simulator

PowerWorld Simulator PowerWorld Simulator Quick Start Guide 2001 South First Street Champaign, Illinois 61820 +1 (217) 384.6330 support@powerworld.com http://www.powerworld.com Purpose This quick start guide is intended to

More information