SIwave DC Inductance Solver Computing Low Frequency Inductance from Current Density

Size: px
Start display at page:

Download "SIwave DC Inductance Solver Computing Low Frequency Inductance from Current Density"

Transcription

1 Application Brief SIwave DC Inductance Solver Computing Low Frequency Inductance from Current Density ANSYS SIwave introduces a feature in the DC solver that computes the low frequency inductance from the current density distribution extracted from the design. When activated by the user the feature calculates both self and mutual partial inductances for the paths defined by the excitations in the design. Because the calculation includes only the effect of the magnetic vector potential generated by one current path on another, it is important to note that the inductances calculated by the solver do not include any inductance of discrete components in the design. Introduction ANSYS SIwave introduces a new feature to its DC solver that computes the partial inductances between net terminals. A switch controls the production of the new result, which is based on the current density output of the solver. Similar to ANSYS Q3D Extractor, net terminals are one of two types, sources or sinks, and there is a set of naming rules that the solver uses to determine the terminal type. This application note summarizes the theory, usage and available outputs of the DC inductance solver. Figure 1 Problem Description The measurement points for both nets are at the same (x, y) coordinates as the ends of the traces. In this note we will refer to the trace net as NET1 and the plane net as NET2; the terminals will be numbered 0-3. The name of a terminal will follow the convention NET1_TERM0 for the 0th terminal on NET1. Figure 2 shows the nets with terminals labeled. In order to define the available current paths in the nets, we must define each terminal as a source or a sink. A source terminal is a terminal in which a defined current is flowing, or one in which a defined potential exists; a sink terminal is a terminal where the potential is zero and out of which a current flows that equals the sum of the currents flowing into the sources on the net. Exactly one sink may exist for a net. One or more sources must also be present on each net where there is a sink. The RL matrix for NET1, taking NET1_TERM3 as the sink, is shown in Figure 3. Figure 2 Each current path from a source terminal to the sink terminal can interact with the other two current paths, and so we have a 3x3 matrix of resistance and inductance values. In general, we will have an NxN matrix where N is the total number of source terminals across all nets. As this is a low frequency solution, the mutual resistance between sources on different nets will be exactly zero. 1

2 SIwave DC Inductance Solver Theory From the continuum form of Ohm s law and the electrostatic relationship between electric field and electric potential, the current density in a conductor with conductivity σ is: Figure 3 where the potential φ is a constant on the net terminals defined in the problem. The solver considers each source terminal in turn by setting its potential to 1 V and allowing the potential at the other terminals to float. The potential at the sink terminals is fixed at 0 V. Using the finite element method, the solver calculates the current density everywhere in the net as well as the total current flowing in the net. After completing this process for all the sources 1 N we then have a total current flowing into the n th source of I n and the current density everywhere in the source s net of J n. The mutual inductance between sources i and j is then calculable as: Where Vi is the volume of the net attached to source i and A(Jj) is the magnetic vector potential due to the current flowing into source j and given by: The solver calculates these two integrals over the same discretization that it used to calculate resistance to generate the inductance matrix. It is important to note that the inductances calculated by the solver do not include any inductance of discrete components in the design. This is because the inductance calculation includes only the effect of the magnetic vector potential generated by the current in one current path to another. Solution Setup Enabling the DC Inductance Solver To enable the calculation of DC inductance values, turn on the Compute DC Inductance check box on the DC tab of the SIwave Simulation Options dialog, as shown in Figure 4. This setting activates the DC inductance solver when you run DC IR simulations. Figure 4 2

3 Terminal Naming and Typing The user interface does not provide an explicit setting for the type of each terminal. Instead the solver will choose a terminal on each net to be the sink based on a lexicographical ordering. This is the order in which SIwave arranges the source names when sorting by name, and is mostly equivalent to an alphanumeric ordering with digits zero through nine having precedence over letters and some special rules for word continuation marks like underscores. The basic rule for source/sink assignment is that the solver will arrange the terminals on each net in lexicographic order and choose the last terminal in this list as the sink terminal. The remaining terminals on the net will be source terminals. For example, the solver will assign the following types to the NET1 terminals in the earlier example: NET1_TERM0: source NET1_TERM1: source NET1_TERM2: source NET1_TERM3: sink A supplemental rule is that if any terminal name matches the pattern _SINK_ then it will be combined in a list with all other terminals matching the pattern and the last of these in lexicographic order will become the sink terminal. This means that there will be terminals whose name matches _SINK_ that are sources if there are multiple terminals whose names match the pattern. If current and voltage sources, rather than terminals, exist on the nets in a design, then each source will become two terminals with names equal to the source name plus a suffix _pos for the positive terminal of the component and a suffix _neg for the negative or reference terminal of the component. The solver will choose the last in lexicographic order of these terminals as the sink and the remaining terminals on the net will become sources. The _SINK_ name pattern rule does not apply to terminals created from voltage and current sources. Running the DC Inductance Solver The DC inductance solution runs at the end of the main simulation process for DC IR. The results are then available as described in the following section. 3

4 Viewing DC Inductance Results Tabular Results We may view the results of the DC inductance solution by right-clicking on a DC IR solution in the Results window and selecting RL Table, as shown in Figure 5. Alternatively, this same menu is available via the DC IR Drop button on the Results ribbon. The DC RL Table dialog appears when the menu item is clicked. An example of the results for the full two net case described earlier is shown in Figure 6. In each row the columns from left to right are the names of the i th and j th nets for which the row s values apply, the resistance matrix entry R ij, and the inductance matrix entry L ij. Note that in this case the terminals NET1_ TERM3 and NET2_TERM3 are missing from the matrix because they are the sinks for NET1 and NET2. Figure 5 At the top of the dialog are several pull-down menus for adjusting the display: Show: Terminal Name or Net Name R: resistance units L: inductance units Precision: number of digits after the decimal point in values The Show mode pull-down is useful if you have a large number of nets with only two terminals per net, as there will only be one current path per net and a simpler display still provides all the information in the result. At the bottom of the dialog is a display self-terms only check box that reduces the display to only the diagonal terms in the results matrix. Clicking the Export Matrix button raises a dialog where we can save the output to a comma separated values file. SPICE Netlist The SPICE netlist output of the DC solver will include the inductance matrix if enabled. To export the matrix, right-click on a DC IR solution in the Results window and select Export SPICE Netlist, as shown in Figure 7. This menu is also available by clicking the DC IR Drop button on the Results ribbon. Figure 6 4

5 The Export DC SPICE Subcircuit dialog appears when the menu item is clicked. We may supply a filename to export the subcircuit to and specify a format for the exported subcircuit. Click OK to save the subcircuit to the file. The above result produces the following netlist in ANSYS Nexxim format: Figure 7 * BEGIN ANSOFT HEADER * node 1 NET1:NET1_TERM0 * node 2 NET1:NET1_TERM1 * node 3 NET1:NET1_TERM2 * node 4 NET2:NET2_TERM0 * node 5 NET2:NET2_TERM1 * node 6 NET2:NET2_TERM2 * node 7 NET1:NET1_TERM3 * node 8 NET2:NET2_TERM3 * Project: SIwave_project1 * Format: HSPICE * Topckt: SIwave_project1 * Left: * Right: 7 8 * Creator: SIwave * Date: Tue Dec 20 09:43: * Notes: Synopsys HSPICE subcircuit * END ANSOFT HEADER.subckt SIwave_project L e-08 L e-09 L e-08 L e-09 L e-10 L e-09 K1_2 L1 L K1_3 L1 L K1_4 L1 L K1_5 L1 L K1_6 L1 L K2_3 L2 L K2_4 L2 L K2_5 L2 L K2_6 L2 L K3_4 L3 L K3_5 L3 L K3_6 L3 L K4_5 L4 L K4_6 L4 L K5_6 L5 L R R

6 R R R R R1_ R1_ R2_ R4_ R4_ R5_ ends SIwave_project1 Summary The inductance solver in ANSYS SIwave-DC computes the low frequency inductance from the current density distribution extracted from the design. The ability to calculate partial inductances for the paths defined by the excitations in the design provides engineering insight to ensure proper device performance. ANSYS, Inc. Southpointe 2600 ANSYS Drive Canonsburg, PA U.S.A ansysinfo@ansys.com 2017 ANSYS, Inc. All Rights Reserved. If you ve ever seen a rocket launch, flown on an airplane, driven a car, used a computer, touched a mobile device, crossed a bridge or put on wearable technology, chances are you ve used a product where ANSYS software played a critical role in its creation. ANSYS is the global leader in engineering simulation. We help the world s most innovative companies deliver radically better products to their customers. By offering the best and broadest portfolio of engineering simulation software, we help them solve the most complex design challenges and engineer products limited only by imagination. Visit for more information. Any and all ANSYS, Inc. brand, product, service and feature names, logos and slogans are registered trademarks or trademarks of ANSYS, Inc. or its subsidiaries in the United States or other countries. All other brand, product, service and feature names or trademarks are the property of their respective owners.

Beyond Electromagnetic Component Modeling: Extending Finite Element Analysis to Include Multidomain System Simulation

Beyond Electromagnetic Component Modeling: Extending Finite Element Analysis to Include Multidomain System Simulation Application Brief Beyond Electromagnetic Component Modeling: Extending Finite Introduction This paper describes how ANSYS Maxwell with its built-in system simulation capability facilitates the validation

More information

Introduction to ANSYS SIwave

Introduction to ANSYS SIwave Workshop 8: DC 14.5 Release Introduction to ANSYS SIwave SIwave DC Analysis DC Voltage (DCIR) Drop Across a PWB This DCIR example is intended to show you how to simulate the voltage drop across a power

More information

EMIT. RF Cosite and Coexistence RFI Modeling and Mitigation

EMIT. RF Cosite and Coexistence RFI Modeling and Mitigation RF Cosite and Coexistence RFI Modeling and Mitigation EMIT provides a powerful new capability to the ANSYS RF Option. It is used to predict radio frequency interference (RFI) in complex environments containing

More information

High-Performance Electronic Design: Predicting Electromagnetic Interference

High-Performance Electronic Design: Predicting Electromagnetic Interference White Paper High-Performance Electronic Design: In designing electronics in today s highly competitive markets, meeting requirements for electromagnetic compatibility (EMC) presents a major risk factor,

More information

Optimizing Design of a Probe Card using a Field Solver

Optimizing Design of a Probe Card using a Field Solver Optimizing Design of a Probe Card using a Field Solver Rey Rincon, r-rincon@ti.com Texas Instruments 13020 Floyd Rd MS 3616 Dallas, TX. 75243 972-917-4303 Eric Bogatin, bogatin@ansoft.com Bill Beale, beale@ansoft.com

More information

Reliable World Class Insights Your Silicon Valley Partner in Simulation ANSYS Sales, Consulting, Training & Support

Reliable World Class Insights Your Silicon Valley Partner in Simulation ANSYS Sales, Consulting, Training & Support www.ozeninc.com info@ozeninc.com (408) 732 4665 1210 E Arques Ave St 207 Sunnyvale, CA 94085 Reliable World Class Insights Your Silicon Valley Partner in Simulation ANSYS Sales, Consulting, Training &

More information

Ansoft Designer Tutorial ECE 584 October, 2004

Ansoft Designer Tutorial ECE 584 October, 2004 Ansoft Designer Tutorial ECE 584 October, 2004 This tutorial will serve as an introduction to the Ansoft Designer Microwave CAD package by stepping through a simple design problem. Please note that there

More information

Assignment 13 CAD Mechanical Part 2

Assignment 13 CAD Mechanical Part 2 Assignment 13 CAD Mechanical Part 2 Objectives In this assignment you will learn to apply the hatch and break commands along with commands previously learned. General Instructions Hatching 1. When AutoCAD's

More information

Co-Planar Waveguide (Driven Terminal)

Co-Planar Waveguide (Driven Terminal) Co-Planar Waveguide (Driven Terminal) The coplanar waveguide CPW consists of a signal trace sandwiched between two coplanar ground conductors. The width of the signal trace and the gap between the trace

More information

GEO/EVS 425/525 Unit 2 Composing a Map in Final Form

GEO/EVS 425/525 Unit 2 Composing a Map in Final Form GEO/EVS 425/525 Unit 2 Composing a Map in Final Form The Map Composer is the main mechanism by which the final drafts of images are sent to the printer. Its use requires that images be readable within

More information

Thank you for downloading one of our ANSYS whitepapers we hope you enjoy it.

Thank you for downloading one of our ANSYS whitepapers we hope you enjoy it. Thank you! Thank you for downloading one of our ANSYS whitepapers we hope you enjoy it. Have questions? Need more information? Please don t hesitate to contact us! We have plenty more where this came from.

More information

Introduction to SwitcherCAD

Introduction to SwitcherCAD Introduction to SwitcherCAD 1 PREFACE 1.1 What is SwitcherCAD? SwitcherCAD III is a new Spice based program that was developed for modelling board level switching regulator systems. The program consists

More information

Ansys Designer RF Training Lecture 3: Nexxim Circuit Analysis for RF

Ansys Designer RF Training Lecture 3: Nexxim Circuit Analysis for RF Ansys Designer RF Solutions for RF/Microwave Component and System Design 7. 0 Release Ansys Designer RF Training Lecture 3: Nexxim Circuit Analysis for RF Designer Overview Ansoft Designer Advanced Design

More information

Getting Started Guide

Getting Started Guide SOLIDWORKS Getting Started Guide SOLIDWORKS Electrical FIRST Robotics Edition Alexander Ouellet 1/2/2015 Table of Contents INTRODUCTION... 1 What is SOLIDWORKS Electrical?... Error! Bookmark not defined.

More information

Import/Export of tendons in module StatiCa Tendon

Import/Export of tendons in module StatiCa Tendon IDEA Tutorial Import/Export of tendons in module StatiCa Tendon by using formats DXF, TXT and table format Import/Export of tendons in module StatiCa Tendon 1 Contents 1. Terminology... 2 2. Import...

More information

A Walk Through the MSA Software Vector Network Analyzer Reflection Mode 12/12/09

A Walk Through the MSA Software Vector Network Analyzer Reflection Mode 12/12/09 A Walk Through the MSA Software Vector Network Analyzer Reflection Mode 12/12/09 This document is intended to familiarize you with the basic features of the MSA and its software, operating as a Vector

More information

AUTODESK INVENTOR Trial Projects

AUTODESK INVENTOR Trial Projects AUTODESK INVENTOR Trial Projects Drawing Creation Create detailed drawings of a collar flange PART 1: CREATING DRAWING VIEWS page: 2 1. 2. 3. Start by clicking the Projects icon in the ribbon. Navigate

More information

ECE 201 LAB 6 INTRODUCTION TO SPICE/PSPICE

ECE 201 LAB 6 INTRODUCTION TO SPICE/PSPICE Version 1.1 1 of 33 BEFORE YOU BEGIN PREREQUISITE LABS Resistive Circuits EXPECTED KNOWLEDGE ECE 201 LAB 6 INTRODUCTION TO SPICE/PSPICE Ohm's Law: v = ir Node Voltage and Mesh Current Methods of Circuit

More information

OPTIMIZATION OF MAGNETIC COUPLED RESONATOR STRUCTURE USED IN WIRELES ELECTROMAGNETIC ENERGY TRANSFER

OPTIMIZATION OF MAGNETIC COUPLED RESONATOR STRUCTURE USED IN WIRELES ELECTROMAGNETIC ENERGY TRANSFER U.P.B. Sci. Bull., Series C, Vol. 78, Iss. 4, 2016 ISSN 2286-3540 OPTIMIZATION OF MAGNETIC COUPLED RESONATOR STRUCTURE USED IN WIRELES ELECTROMAGNETIC ENERGY TRANSFER Maria Lavinia IORDACHE (BOBARU) 1,

More information

Switching to Sub Category and Collapsible Skins

Switching to Sub Category and Collapsible Skins Switching to Sub Category and Collapsible Skins New programming enhancements and features are not compatible with the older Q-Net skins. If you are using either the original Drop Down skin or the Standard

More information

Online Game Scheduling User Guide

Online Game Scheduling User Guide Online Game Scheduling User Guide Version 1.2 July 30, 2009 1:55 PM Online Game Scheduling User Guide 2004-2009 The Active Network, Inc. Page 1 of 34 (This page is intentionally left blank) Online Game

More information

Gain Compression Simulation

Gain Compression Simulation Gain Compression Simulation August 2005 Notice The information contained in this document is subject to change without notice. Agilent Technologies makes no warranty of any kind with regard to this material,

More information

IDEA CSS 7 General cross-section

IDEA CSS 7 General cross-section IDEA CSS User Guide IDEA CSS 7 General cross-section User guide IDEA CSS User Guide Content 1.1 Program requirements... 3 1.2 Installation guidelines... 3 2 Basic Terms... 4 3 User interface... 5 3.1 Control

More information

FastSCANTMStylus. User Manual. printed March Revision 1.0

FastSCANTMStylus. User Manual. printed March Revision 1.0 FastSCANTMStylus User Manual printed March 2014 Revision 1.0 Copyright c 1998 2014 by Aranz Scanning Ltd Unit 4, 15 Washington Way Sydenham, Christchurch, 8011 New Zealand PO Box 3894 Christchurch, 8140

More information

Technical Note. How to Use the Image Studio Software Small Animal Image Analysis. Developed for: Image Studio Software

Technical Note. How to Use the Image Studio Software Small Animal Image Analysis. Developed for: Image Studio Software Technical Note How to Use the Image Studio Software Small Animal Image Analysis Developed for: Image Studio Software Please refer to your manual to confirm that this protocol is appropriate for the applications

More information

Class #7: Experiment L & C Circuits: Filters and Energy Revisited

Class #7: Experiment L & C Circuits: Filters and Energy Revisited Class #7: Experiment L & C Circuits: Filters and Energy Revisited In this experiment you will revisit the voltage oscillations of a simple LC circuit. Then you will address circuits made by combining resistors

More information

pdfpost Tutorial pdfpost & ANSYS Workbench extension (v2) for starters.

pdfpost Tutorial pdfpost & ANSYS Workbench extension (v2) for starters. pdfpost Tutorial pdfpost & ANSYS Workbench extension (v2) for starters. This tutorial shows how to convert ANSYS Mechanical simulation data to 3D PDF using pdfpost and ANSYS Mechanical ACT extension. Our

More information

Technical Note. How to Use the Image Studio Software Western and MPX Western Analyses. Developed for: Image Studio Software

Technical Note. How to Use the Image Studio Software Western and MPX Western Analyses. Developed for: Image Studio Software Technical Note How to Use the Image Studio Software Western and MPX Western Analyses Developed for: Image Studio Software Please refer to your manual to confirm that this protocol is appropriate for the

More information

Geometry Controls and Report

Geometry Controls and Report Geometry Controls and Report 2014 InnovMetric Software Inc. All rights reserved. Reproduction in part or in whole in any way without permission from InnovMetric Software is strictly prohibited except for

More information

Stream Design: From GEOPAK to HEC-Ras

Stream Design: From GEOPAK to HEC-Ras 10 Stream Design: From GEOPAK to HEC-Ras OBJECTIVES Provide you with a general understanding of GEOPAK Cross Section Reports and their capability to generate geometric information for the HecRas program.

More information

Hyperion System 9 Financial Data Quality Management. Quick Reference Guide

Hyperion System 9 Financial Data Quality Management. Quick Reference Guide Hyperion System 9 Financial Data Quality Management Quick Reference Guide Hyperion FDM Release 9.2.0. 2000 2006 - Hyperion Solutions Corporation. All rights reserved. Hyperion, the Hyperion logo and Hyperion

More information

USB cable. Xviewer. Text Real data file (*.txt)

USB cable. Xviewer. Text Real data file (*.txt) User s Manual FG410/FG420 Transferring and Outputting DLM/DL/SL Series Waveform Data 1 Introduction This manual describes how to transfer waveform data acquired with an DLM/DL/SL series instrument to the

More information

Volocity Tutorial Creating a Measurement Protocol in Volocity Software

Volocity Tutorial Creating a Measurement Protocol in Volocity Software TUTORIAL NOTE Cellular Imaging and Analysis Volocity Tutorial Creating a Measurement Protocol in Volocity Software This tutorial will illustrate the process of creating a Measurement Protocol in Volocity

More information

ELEC3106 Electronics. Lab 4: EMI simulations with SPICE. Objective. Material. Simulations

ELEC3106 Electronics. Lab 4: EMI simulations with SPICE. Objective. Material. Simulations ELEC3106 Electronics Lab 4: EMI simulations with SPICE Objective The objective of this laboratory session is to give the students a good understanding of the possibilities a circuit simulator (as SPICE)

More information

Large-Signal S-Parameter Simulation

Large-Signal S-Parameter Simulation Large-Signal S-Parameter Simulation September 2004 Notice The information contained in this document is subject to change without notice. Agilent Technologies makes no warranty of any kind with regard

More information

Statistics 101: Section L Laboratory 10

Statistics 101: Section L Laboratory 10 Statistics 101: Section L Laboratory 10 This lab looks at the sampling distribution of the sample proportion pˆ and probabilities associated with sampling from a population with a categorical variable.

More information

CIC ENGINEERING 345 CENTER STREET EAST PEORIA, IL PH FAX µmpis Control Software

CIC ENGINEERING 345 CENTER STREET EAST PEORIA, IL PH FAX µmpis Control Software µmpis Control Software Overview The µmpis Control software package allows for a user to control the operation of the umpis unit with a PC. The PC and the umpis unit are connected together using a RS232

More information

EMI/EMC of Entire Automotive Vehicles and Critical PCB s. Makoto Suzuki Ansoft Corporation

EMI/EMC of Entire Automotive Vehicles and Critical PCB s. Makoto Suzuki Ansoft Corporation EMI/EMC of Entire Automotive Vehicles and Critical PCB s Makoto Suzuki Ansoft Corporation WT10_SI EMI/EMC of Entire Automotive Vehicles and Critical PCB s Akira Ohta, Toru Watanabe, Benson Wei Makoto Suzuki

More information

ECE 585 Microwave Engineering II Lecture 16 Supplemental Notes. Modeling the Response of a FET Amplifier Using Ansoft Designer K.

ECE 585 Microwave Engineering II Lecture 16 Supplemental Notes. Modeling the Response of a FET Amplifier Using Ansoft Designer K. C 585 Microwave ngineering II Lecture 16 Supplemental Notes Modeling the Response of a FT Amplifier Using Ansoft Designer K. Carver 4-13-04 Consider a simple FT microwave amplifier circuit shown below,

More information

Signal Integrity Modeling and Simulation for IC/Package Co-Design

Signal Integrity Modeling and Simulation for IC/Package Co-Design Signal Integrity Modeling and Simulation for IC/Package Co-Design Ching-Chao Huang Optimal Corp. October 24, 2004 Why IC and package co-design? The same IC in different packages may not work Package is

More information

0.8mm FH, Board to Board Vertical Plug to Vertical Receptacle, 10mm Stack Height

0.8mm FH, Board to Board Vertical Plug to Vertical Receptacle, 10mm Stack Height ELECTRICAL PERFORMANCE REPORT EPR 1242194 Issued: 04-1998 0.8mm FH, Board to Board ertical Plug to ertical Receptacle, 10mm Stack Height ACD - AMP Circuits & Design A Division of AMP Circuits & Packaging

More information

SudokuSplashZone. Overview 3

SudokuSplashZone. Overview 3 Overview 3 Introduction 4 Sudoku Game 4 Game grid 4 Cell 5 Row 5 Column 5 Block 5 Rules of Sudoku 5 Entering Values in Cell 5 Solver mode 6 Drag and Drop values in Solver mode 6 Button Inputs 7 Check the

More information

AutoCAD Tutorial First Level. 2D Fundamentals. Randy H. Shih SDC. Better Textbooks. Lower Prices.

AutoCAD Tutorial First Level. 2D Fundamentals. Randy H. Shih SDC. Better Textbooks. Lower Prices. AutoCAD 2018 Tutorial First Level 2D Fundamentals Randy H. Shih SDC PUBLICATIONS Better Textbooks. Lower Prices. www.sdcpublications.com Powered by TCPDF (www.tcpdf.org) Visit the following websites to

More information

Sheet Metal Punch ifeatures

Sheet Metal Punch ifeatures Lesson 5 Sheet Metal Punch ifeatures Overview This lesson describes punch ifeatures and their use in sheet metal parts. You use punch ifeatures to simplify the creation of common and specialty cut and

More information

1. Hand Calculations (in a manner suitable for submission) For the circuit in Fig. 1 with f = 7.2 khz and a source vin () t 1.

1. Hand Calculations (in a manner suitable for submission) For the circuit in Fig. 1 with f = 7.2 khz and a source vin () t 1. Objectives The purpose of this laboratory project is to introduce to equipment, measurement techniques, and simulations commonly used in AC circuit analysis. In this laboratory session, each student will:

More information

0.8mm FH, Board to Board Vertical Plug to Vertical Receptacle, 5mm Stack Height

0.8mm FH, Board to Board Vertical Plug to Vertical Receptacle, 5mm Stack Height ELECTRICAL PERFORMANCE REPORT EPR 1242193 Issued: 04-1998 0.8mm FH, Board to Board ertical Plug to ertical Receptacle, 5mm Stack Height ACD - AMP Circuits & Design A Division of AMP Circuits & Packaging

More information

Recovery and Characterization of Non-Planar Resistor Networks

Recovery and Characterization of Non-Planar Resistor Networks Recovery and Characterization of Non-Planar Resistor Networks Julie Rowlett August 14, 1998 1 Introduction In this paper we consider non-planar conductor networks. A conductor is a two-sided object which

More information

WALLY ROTARY ENCODER. USER MANUAL v. 1.0

WALLY ROTARY ENCODER. USER MANUAL v. 1.0 WALLY ROTARY ENCODER USER MANUAL v. 1.0 1.MEASUREMENTS ANGULAR POSITIONING a. General Description The angular positioning measurements are performed with the use of the Wally rotary encoder. This measurement

More information

Autodesk Advance Steel. Drawing Style Manager s guide

Autodesk Advance Steel. Drawing Style Manager s guide Autodesk Advance Steel Drawing Style Manager s guide TABLE OF CONTENTS Chapter 1 Introduction... 5 Details and Detail Views... 6 Drawing Styles... 6 Drawing Style Manager... 8 Accessing the Drawing Style

More information

Large-Signal S-Parameter Simulation

Large-Signal S-Parameter Simulation Large-Signal S-Parameter Simulation May 2003 Notice The information contained in this document is subject to change without notice. Agilent Technologies makes no warranty of any kind with regard to this

More information

ME scopeves Application Note #21 Calculating Responses of MIMO Systems to Multiple Forces

ME scopeves Application Note #21 Calculating Responses of MIMO Systems to Multiple Forces ME scopeves Application Note #21 Calculating Responses of MIMO Systems to Multiple Forces INTRODUCTION Driving forces and response motions of a vibrating structure are related in a very straightforward

More information

Chapter 6 Title Blocks

Chapter 6 Title Blocks Chapter 6 Title Blocks In previous exercises, every drawing started by creating a number of layers. This is time consuming and unnecessary. In this exercise, we will start a drawing by defining layers

More information

Kirchhoff s laws, induction law, Maxwell equations, current, voltage, resistance, parallel connection, series connection, potentiometer

Kirchhoff s laws, induction law, Maxwell equations, current, voltage, resistance, parallel connection, series connection, potentiometer Kirchhoff s laws with Cobra4 TEP Related Topics Kirchhoff s laws, induction law, Maxwell equations, current, voltage, resistance, parallel connection, series connection, potentiometer Principle First Kirchhoff

More information

Entering Checkpoint Data

Entering Checkpoint Data Entering Checkpoint Data How do I change which Checkpoint Period I m viewing? To change the period from one to another, here are the steps: On the right side of the screen, click the grey drop-down "Change

More information

NEWSLETTER ANTENNA MAGUS VERSION RELEASED

NEWSLETTER ANTENNA MAGUS VERSION RELEASED NEWSLETTER 2019.0 ANTENNA MAGUS VERSION 2019.0 RELEASED November 2018 Version 2019.0 includes various features and improvements as well as a number of new antennas. This newsletter will discuss the new

More information

USER GUIDE. NEED HELP? Call us on +44 (0)

USER GUIDE. NEED HELP? Call us on +44 (0) USER GUIDE NEED HELP? Call us on +44 (0) 121 250 3642 TABLE OF CONTENTS Document Control and Authority...3 User Guide...4 Create SPN Project...5 Open SPN Project...6 Save SPN Project...6 Evidence Page...7

More information

ICCAD 2014 Contest Incremental Timing-driven Placement: Timing Modeling and File Formats v1.1 April 14 th, 2014

ICCAD 2014 Contest Incremental Timing-driven Placement: Timing Modeling and File Formats v1.1 April 14 th, 2014 ICCAD 2014 Contest Incremental Timing-driven Placement: Timing Modeling and File Formats v1.1 April 14 th, 2014 http://cad contest.ee.ncu.edu.tw/cad-contest-at-iccad2014/problem b/ 1 Introduction This

More information

EE 210 Lab Exercise #3 Introduction to PSPICE

EE 210 Lab Exercise #3 Introduction to PSPICE EE 210 Lab Exercise #3 Introduction to PSPICE Appending 4 in your Textbook contains a short tutorial on PSPICE. Additional information, tutorials and a demo version of PSPICE can be found at the manufacturer

More information

REGISTERING WESTLAW EDGE IN ONEPASS

REGISTERING WESTLAW EDGE IN ONEPASS QUICK REFERENCE GUIDE WESTLAW EDGE REGISTERING WESTLAW EDGE IN ONEPASS A OnePass profile is the online record of the username and password you personally select to access Thomson Reuters Westlaw Edge and

More information

Realize Your Product Promise. Maxwell

Realize Your Product Promise. Maxwell Realize Your Product Promise Maxwell DC permanent magnet motor solved by Maxwell with ANSYS RMxprt Build reliability and efficiency into your electromagnetic and electromechanical designs with ANSYS Maxwell.

More information

######################################################################

###################################################################### Write a MATLAB program which asks the user to enter three numbers. - The program should figure out the median value and the average value and print these out. Do not use the predefined MATLAB functions

More information

WGS and IAI OBA User Guide

WGS and IAI OBA User Guide WGS and IAI OBA User Guide Date: June 14, 2011 Contents Your Outside Business Activity Form... 3 I. Filling Out Your OBA... 3 II. Submitting Your OBA... 6 III. Responding to Your OBA... 7 IV. Completeing

More information

LT Spice Getting Started Very Quickly. First Get the Latest Software!

LT Spice Getting Started Very Quickly. First Get the Latest Software! LT Spice Getting Started Very Quickly First Get the Latest Software! 1. After installing LT Spice, run it and check to make sure you have the latest version with respect to the latest version available

More information

Certified SOLIDWORKS Professional Advanced Preparation Materials

Certified SOLIDWORKS Professional Advanced Preparation Materials Includes Preparation for Five Advanced Certification Exams Certified SOLIDWORKS Professional Advanced Preparation Materials Sheet Metal, Weldments, Surfacing, Mold Tools and Drawing Tools SOLIDWORKS 2016

More information

Graphing with Excel. Data Table

Graphing with Excel. Data Table Graphing with Excel Copyright L. S. Quimby There are many spreadsheet programs and graphing programs that you can use to produce very nice graphs for your laboratory reports and homework papers, but Excel

More information

Parasitic Component Extraction and EMI Reduction Techniques in an Power Electric Drive System

Parasitic Component Extraction and EMI Reduction Techniques in an Power Electric Drive System Parasitic Component Extraction and EMI Reduction Techniques in an Power Electric Drive System Master s Thesis in the Master s programme in Electric Power Engineering HÄRSJÖ, JOACHIM Department of Energy

More information

Section 7: Using the Epilog Print Driver

Section 7: Using the Epilog Print Driver Color Mapping The Color Mapping feature is an advanced feature that must be checked to activate. Color Mapping performs two main functions: 1. It allows for multiple Speed and Power settings to be used

More information

Plant Design work flow Using Autodesk Plant Design Suite Ultimate. Carlos Caminos CAD Manager - Venture Engineering & Construction, Inc.

Plant Design work flow Using Autodesk Plant Design Suite Ultimate. Carlos Caminos CAD Manager - Venture Engineering & Construction, Inc. Plant Design work flow Using Autodesk Plant Design Suite Ultimate Carlos Caminos CAD Manager - Venture Engineering & Construction, Inc. Class Summary In this class, you will learn about a proven oil and

More information

Published in: Proceedings of the 16th Conference on Power Electronics and Applications, EPE 14-ECCE Europe

Published in: Proceedings of the 16th Conference on Power Electronics and Applications, EPE 14-ECCE Europe Aalborg Universitet Round busbar concept for 30 nh, 1.7 kv, 10 ka IGBT non-destructive short-circuit tester Smirnova, Liudmila; Pyrhönen, Juha ; Iannuzzo, Francesco; Wu, Rui; Blaabjerg, Frede Published

More information

Solid Edge structural frames and weldments

Solid Edge structural frames and weldments Siemens PLM Software Solid Edge structural frames and weldments White Paper Intelligent, process-specific applications that speed time to manufacturing. www.siemens.com/plm A white paper issued by: Siemens

More information

Autodesk Inventor Drawing Manager Tips & Tricks

Autodesk Inventor Drawing Manager Tips & Tricks Alessandro Gasso Autodesk, Inc. MA1280 This class covers several workflows that answer the most common questions from the Inventor users about the Drawing Manager. You will learn how to add the scale value

More information

User Guide V10 SP1 Addendum

User Guide V10 SP1 Addendum Alibre Design User Guide V10 SP1 Addendum Copyrights Information in this document is subject to change without notice. The software described in this document is furnished under a license agreement or

More information

Step It Up a Rung from AutoCAD Designs to AutoCAD Electrical

Step It Up a Rung from AutoCAD Designs to AutoCAD Electrical Step It Up a Rung from AutoCAD Designs to AutoCAD Electrical Todd Schmoock Synergis Technologies MA4762-L: AutoCAD Electrical has proven to be easy for creating electrical controls system designs. It has

More information

ANSYS CPS SOLUTION FOR SIGNAL AND POWER INTEGRITY

ANSYS CPS SOLUTION FOR SIGNAL AND POWER INTEGRITY ANSYS CPS SOLUTION FOR SIGNAL AND POWER INTEGRITY Rémy FERNANDES Lead Application Engineer ANSYS 1 2018 ANSYS, Inc. February 2, 2018 ANSYS ANSYS - Engineering simulation software leader Our industry reach

More information

High Frequency Structure Simulator (HFSS) Tutorial

High Frequency Structure Simulator (HFSS) Tutorial High Frequency Structure Simulator (HFSS) Tutorial Prepared by Dr. Otman El Mrabet IETR, UMR CNRS 6164, INSA, 20 avenue Butte des Coësmes 35043 Rennes, FRANCE 2005-2006 TABLE OF CONTENTS INTRODUCTION...

More information

SolidWorks 95 User s Guide

SolidWorks 95 User s Guide SolidWorks 95 User s Guide Disclaimer: The following User Guide was extracted from SolidWorks 95 Help files and was not originally distributed in this format. All content 1995, SolidWorks Corporation Contents

More information

Motor-CAD Brushless PM motor Combined electromagnetic and thermal model (February 2015)

Motor-CAD Brushless PM motor Combined electromagnetic and thermal model (February 2015) Motor-CAD Brushless PM motor Combined electromagnetic and thermal model (February 2015) Description The Motor-CAD allows the machine performance, losses and temperatures to be calculated for a BPM machine.

More information

for NI PXI/PXIe User Manual Revision March PVI Systems, Inc. All Rights Reserved.

for NI PXI/PXIe User Manual Revision March PVI Systems, Inc. All Rights Reserved. for NI PXI/PXIe User Manual Revision 1.0.3 March 2014 2011-2013 PVI Systems, Inc. All Rights Reserved. Table of Contents 1.1 Software Requirements... 4 1.2 Hardware Requirements... 4 1.3 Support... 4 2

More information

The Basic RAW Image Processing Workflow In PSE 2018

The Basic RAW Image Processing Workflow In PSE 2018 The Basic RAW Image Processing Workflow In PSE 2018 This tutorial will illustrate the basic workflow or steps that are generally done when a RAW image is edited in PSE 2018. Saving the edited file as part

More information

ELEN 460 Computer Laboratory Exercise No: 2 Analysis and Operation of Three-Phase Power Systems

ELEN 460 Computer Laboratory Exercise No: 2 Analysis and Operation of Three-Phase Power Systems Objectives: ELEN 460 Computer Laboratory Exercise No: 2 nalysis and Operation of Three-Phase Power Systems 1. Learn the basics of using PowerWorld Simulator to model balanced three-phase systems. 2. Correct

More information

Si-Interposer Collaboration in IC/PKG/SI. Eric Chen

Si-Interposer Collaboration in IC/PKG/SI. Eric Chen Si-Interposer Collaboration in IC/PKG/SI Eric Chen 4/Jul/2014 Design Overview U-bump Logic IC Mem IC C4 bump Logic IC Silicon/Organic substrate Interposer Mem IC CAP Package substrate Solder Ball VRM BGA

More information

Estimated Time Required to Complete: 45 minutes

Estimated Time Required to Complete: 45 minutes Estimated Time Required to Complete: 45 minutes This is the first in a series of incremental skill building exercises which explore sheet metal punch ifeatures. Subsequent exercises will address: placing

More information

Drawing with precision

Drawing with precision Drawing with precision Welcome to Corel DESIGNER, a comprehensive vector-based drawing application for creating technical graphics. Precision is essential in creating technical graphics. This tutorial

More information

SoP for I-V System. Part - 1 SUN 3000 SOLAR SIMULATOR. ABET Technologies

SoP for I-V System. Part - 1 SUN 3000 SOLAR SIMULATOR. ABET Technologies SoP for I-V System Part - 1 SUN 3000 SOLAR SIMULATOR ABET Technologies Introduction: The solar cell I-V measurement system can measure current-voltage (I-V) of cells under both, dark and illuminated condition

More information

Remote Sensing 4113 Lab 08: Filtering and Principal Components Mar. 28, 2018

Remote Sensing 4113 Lab 08: Filtering and Principal Components Mar. 28, 2018 Remote Sensing 4113 Lab 08: Filtering and Principal Components Mar. 28, 2018 In this lab we will explore Filtering and Principal Components analysis. We will again use the Aster data of the Como Bluffs

More information

Sheet Metal OverviewChapter1:

Sheet Metal OverviewChapter1: Sheet Metal OverviewChapter1: Chapter 1 This chapter describes the terminology, design methods, and fundamental tools used in the design of sheet metal parts. Building upon these foundational elements

More information

Chapter 8. Constant Current Sources

Chapter 8. Constant Current Sources Chapter 8 Methods of Analysis Constant Current Sources Maintains same current in branch of circuit Doesn t matter how components are connected external to the source Direction of current source indicates

More information

Release Highlights for BluePrint-PCB Product Version 1.8

Release Highlights for BluePrint-PCB Product Version 1.8 Release Highlights for BluePrint-PCB Product Version 1.8 Introduction BluePrint Version 1.8 Build 341 is a rolling release update. BluePrint rolling releases allow us to be extremely responsive to customer

More information

Try what you learned (and some new things too)

Try what you learned (and some new things too) Training Try what you learned (and some new things too) PART ONE: DO SOME MATH Exercise 1: Type some simple formulas to add, subtract, multiply, and divide. 1. Click in cell A1. First you ll add two numbers.

More information

A Brief Handout for Introduction to

A Brief Handout for Introduction to A Brief Handout for Introduction to Electric cal Engineering Course This handout is a compilation of PSPICE, A Brief Primer, Department of Electrical and Systems Engineering, University of Pennsylvania

More information

DRAFT Solid Edge ST4 Update Training Draft

DRAFT Solid Edge ST4 Update Training Draft DRAFT Solid Edge ST4 Update Training Draft Presented by: Steve Webb Topics Parts List Table Titles Column Headers Headers Merging Header Rotate Cell Aspect Ratio Cell Formatting Overriding Disabled Cells

More information

FOCUS ON REAL DESIGN AUTOMATE THE REST CUSTOMTOOLS BATCH CONVERTING YOUR SOLIDWORKS FILES

FOCUS ON REAL DESIGN AUTOMATE THE REST CUSTOMTOOLS BATCH CONVERTING YOUR SOLIDWORKS FILES FOCUS ON REAL DESIGN AUTOMATE THE REST CUSTOMTOOLS BATCH CONVERTING YOUR SOLIDWORKS FILES Table of Contents BATCH CONVERTING YOUR SOLIDWORKS DOCUMENTS... 3 Introduction... 3 What does it do?... 3 How does

More information

The source component is the AC_POWER source, not AC_VOLTAGE as we ve used in previous Demos. It can be accessed under:

The source component is the AC_POWER source, not AC_VOLTAGE as we ve used in previous Demos. It can be accessed under: 8.3(1) MULTISIM DEMO 8.3: POWER FACTOR IN MULTISIM Is there a way to plot power factor in Multisim? It may not seem readily apparent, but there is in fact a way. It is rather complicated and involves some

More information

EM Analysis of RFIC Transmission Lines

EM Analysis of RFIC Transmission Lines EM Analysis of RFIC Transmission Lines Purpose of this document: In this document, we will discuss the analysis of single ended and differential on-chip transmission lines, the interpretation of results

More information

Advanced Design System - Fundamentals. Mao Wenjie

Advanced Design System - Fundamentals. Mao Wenjie Advanced Design System - Fundamentals Mao Wenjie wjmao@263.net Main Topics in This Class Topic 1: ADS and Circuit Simulation Introduction Topic 2: DC and AC Simulations Topic 3: S-parameter Simulation

More information

This guide provides information on installing, signing, and sending documents for signature with

This guide provides information on installing, signing, and sending documents for signature with Quick Start Guide DocuSign for Dynamics 365 CRM 5.2 Published: June 15, 2017 Overview This guide provides information on installing, signing, and sending documents for signature with DocuSign for Dynamics

More information

Office 2016 Excel Basics 24 Video/Class Project #36 Excel Basics 24: Visualize Quantitative Data with Excel Charts. No Chart Junk!!!

Office 2016 Excel Basics 24 Video/Class Project #36 Excel Basics 24: Visualize Quantitative Data with Excel Charts. No Chart Junk!!! Office 2016 Excel Basics 24 Video/Class Project #36 Excel Basics 24: Visualize Quantitative Data with Excel Charts. No Chart Junk!!! Goal in video # 24: Learn about how to Visualize Quantitative Data with

More information

A Practical Guide to Carlson Survey 2014

A Practical Guide to Carlson Survey 2014 A Practical Guide to Carlson Survey 2014 Level 1 Rick Ellis A Cadapult Press Publication Copyright Copyright Cadapult Press, Inc. 2014 All rights reserved. No part of this publication may be reproduced

More information

AN-929 APPLICATION NOTE

AN-929 APPLICATION NOTE APPLICATION NOTE One Technology Way P.O. Box 9106 Norwood, MA 02062-9106, U.S.A. Tel: 781.329.4700 Fax: 781.461.3113 www.analog.com Tuning the AD714x for CapTouch Applications by Susan Pratt INTRODUCTION

More information

IDEA Corbel 8. User guide. IDEA Corbel User Guide

IDEA Corbel 8. User guide. IDEA Corbel User Guide IDEA Corbel User Guide IDEA Corbel 8 User guide IDEA Corbel User Guide Content 1.1 Program requirements... 3 1.2 Installation guidelines... 3 2 Basic Terms... 4 3 User interface... 5 3.1 Control of view

More information