PSPICE Tutorial
Số trang: 25
Loại file: ppt
Dung lượng: 541.50 KB
Lượt xem: 12
Lượt tải: 0
Xem trước 3 trang đầu tiên của tài liệu này:
Thông tin tài liệu:
SPICE (Simulation Program for Integrated CircuitsEmphasis) is a general purpose analog circuit simulator that isused to verify circuit designs and to predict the circuit behavior.• PSpice is a PC version of SPICE and HSpice is a version thatruns on workstations and larger computers.• PSpice has analog and digital libraries of standardcomponents (such as NAND, NOR, flip-flops, and otherdigital gates, op amps, etc) which makes it a useful tool fora wide range of analog and digital applications....
Nội dung trích xuất từ tài liệu:
PSPICE TutorialPSPICE Tutorial Introduction• SPICE (Simulation Program for Integrated Circuits Emphasis) is a general purpose analog circuit simulator that is used to verify circuit designs and to predict the circuit behavior.• PSpice is a PC version of SPICE and HSpice is a version that runs on workstations and larger computers.• PSpice has analog and digital libraries of standard components (such as NAND, NOR, flip-flops, and other digital gates, op amps, etc) which makes it a useful tool for a wide range of analog and digital applications. Types of Analysis• Non-linear DC analysis• Non-linear transient analysis• Linear AC Analysis• Noise analysis• Sensitivity analysis• Distortion analysis• Fourier analysis• Monte Carlo Analysis Circuit Components available• Independent and dependent voltage and current sources• Resistors• Capacitors• Inductors• Mutual inductors• Transmission lines• Operational amplifiers• Switches• Diodes• Bipolar transistors• MOS transistors• JFET• MESFET• Digital gates Terminologies• Subcircuit: A subcircuit allows you to define a collection of elements as a subcircuit (e.g. an operational amplifier) and to insert this description into the overall circuit.• EDIF: Electronic Design Interchange Format, a standard published by EIA. Usually used for netlists. File structure PSPICE (Capture)• Input file for PSpice that has the file type “.CIR”• When a circuit is simulated “.OUT” is generated• “*.DAT” file is by default a binary file to see the data• “*.LIB” files where the details of complex parts are saved• Additional files – *.SCH (the schematic data, itself) – *.ALS (alias files) – *.NET (network connection files) Libraries• These are files that contain reusable part data.• They can be custom or default ones• Some of the libraries available in the Evaluation version of PSPICE are: – abm.slb for special functions like square root and multipliers – analog.slb for analog components like resistors and capacitors – breakout.slb for pots – connect.slb, .plb for connectors – eval.slb, .plb for semiconductor, digital devices, switches – port.slb for grounds, high/low digital ports – special.slb for ammeters, viewpoints – source.slb for various analog and digital sources Parts• Part is a basic building block which may represent – One or more physical element – Function – Simulation model – When a part is placed for first time its entry is done in “Design Cache” What is “Design Cache”????... Go and Find Out Yourself Design Structure• Flat Design – Small designs – All pages in same schematic – Off Page connectors are used – Figure shows design hierarchy Contd……• Hierarchical Design – Much complex designs – Symbols are created called “Hierarchical Blocks”Things to remember before starting• PSpice is not case sensitive• All element names must be unique• There must be a node designated 0 (Zero). This is the reference node against which all voltages are calculated.• If any change is made in circuit make sure you create netlist again before simulating it. Getting Started • File New Project Analog or Mixed A/Dake sure to choose Analog or Mixed A/D and proper location for project• Next comes following window Make sure you select “Create a blank project”• This is how a typical “Schematic” Window will look like • Now start placing components and connecting them (this part is quite similar to what you have done in last semester’s lab)Add a library as per the requirementfor eg. here analog library has beenadded• After completing the circuit save it and run it.• Plot appropriate waveform by probing on circuit. Design Example• Take example of a high pass filter (RC)• First we will follow initial steps of creating a new project• Now placing the components.Place the componentsPlace the source and groundAdd Probe Probes
Nội dung trích xuất từ tài liệu:
PSPICE TutorialPSPICE Tutorial Introduction• SPICE (Simulation Program for Integrated Circuits Emphasis) is a general purpose analog circuit simulator that is used to verify circuit designs and to predict the circuit behavior.• PSpice is a PC version of SPICE and HSpice is a version that runs on workstations and larger computers.• PSpice has analog and digital libraries of standard components (such as NAND, NOR, flip-flops, and other digital gates, op amps, etc) which makes it a useful tool for a wide range of analog and digital applications. Types of Analysis• Non-linear DC analysis• Non-linear transient analysis• Linear AC Analysis• Noise analysis• Sensitivity analysis• Distortion analysis• Fourier analysis• Monte Carlo Analysis Circuit Components available• Independent and dependent voltage and current sources• Resistors• Capacitors• Inductors• Mutual inductors• Transmission lines• Operational amplifiers• Switches• Diodes• Bipolar transistors• MOS transistors• JFET• MESFET• Digital gates Terminologies• Subcircuit: A subcircuit allows you to define a collection of elements as a subcircuit (e.g. an operational amplifier) and to insert this description into the overall circuit.• EDIF: Electronic Design Interchange Format, a standard published by EIA. Usually used for netlists. File structure PSPICE (Capture)• Input file for PSpice that has the file type “.CIR”• When a circuit is simulated “.OUT” is generated• “*.DAT” file is by default a binary file to see the data• “*.LIB” files where the details of complex parts are saved• Additional files – *.SCH (the schematic data, itself) – *.ALS (alias files) – *.NET (network connection files) Libraries• These are files that contain reusable part data.• They can be custom or default ones• Some of the libraries available in the Evaluation version of PSPICE are: – abm.slb for special functions like square root and multipliers – analog.slb for analog components like resistors and capacitors – breakout.slb for pots – connect.slb, .plb for connectors – eval.slb, .plb for semiconductor, digital devices, switches – port.slb for grounds, high/low digital ports – special.slb for ammeters, viewpoints – source.slb for various analog and digital sources Parts• Part is a basic building block which may represent – One or more physical element – Function – Simulation model – When a part is placed for first time its entry is done in “Design Cache” What is “Design Cache”????... Go and Find Out Yourself Design Structure• Flat Design – Small designs – All pages in same schematic – Off Page connectors are used – Figure shows design hierarchy Contd……• Hierarchical Design – Much complex designs – Symbols are created called “Hierarchical Blocks”Things to remember before starting• PSpice is not case sensitive• All element names must be unique• There must be a node designated 0 (Zero). This is the reference node against which all voltages are calculated.• If any change is made in circuit make sure you create netlist again before simulating it. Getting Started • File New Project Analog or Mixed A/Dake sure to choose Analog or Mixed A/D and proper location for project• Next comes following window Make sure you select “Create a blank project”• This is how a typical “Schematic” Window will look like • Now start placing components and connecting them (this part is quite similar to what you have done in last semester’s lab)Add a library as per the requirementfor eg. here analog library has beenadded• After completing the circuit save it and run it.• Plot appropriate waveform by probing on circuit. Design Example• Take example of a high pass filter (RC)• First we will follow initial steps of creating a new project• Now placing the components.Place the componentsPlace the source and groundAdd Probe Probes
Tìm kiếm theo từ khóa liên quan:
Resistors Capacitors Inductors Mutual inductors Transmission lines Operational amplifiersGợi ý tài liệu liên quan:
-
Tự học tiếng Anh chuyên ngành công nghệ động cơ cảm ứng và máy phát điện: Phần 1
222 trang 22 0 0 -
Ebook Complete digital design - Mark Balch
481 trang 20 0 0 -
Ebook Microelectronic circuits analysis and design (Second edition): Part 2
659 trang 20 0 0 -
Ebook Theory and problems of electronic devices and circuits - Part 2
175 trang 19 0 0 -
Tự học tiếng Anh chuyên ngành công nghệ động cơ cảm ứng và máy phát điện: Phần 2
233 trang 19 0 0 -
Ebook Microelectronic circuits analysis and design (Second edition): Part 1
653 trang 18 0 0 -
Ebook Practical electronics for inventors (4th edition): Part 2
393 trang 14 0 0 -
Re-synchronization of measurement signals from two ends for fault location on transmission lines
4 trang 13 0 0 -
Bài giảng Tiếng Anh chuyên ngành Viễn thông - Unit 4 (part 1): Telecommunications
15 trang 13 0 0 -
Bài giảng Tiếng Anh chuyên ngành Viễn thông - Unit 4 (part 2): Telecommunications
36 trang 10 0 0