Download PSpice Presentation

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Buck converter wikipedia , lookup

Electrical substation wikipedia , lookup

Electronic engineering wikipedia , lookup

Switched-mode power supply wikipedia , lookup

Resistive opto-isolator wikipedia , lookup

Ohm's law wikipedia , lookup

Stray voltage wikipedia , lookup

Current source wikipedia , lookup

Mains electricity wikipedia , lookup

Ground loop (electricity) wikipedia , lookup

Opto-isolator wikipedia , lookup

Alternating current wikipedia , lookup

Flexible electronics wikipedia , lookup

Ground (electricity) wikipedia , lookup

Integrated circuit wikipedia , lookup

Earthing system wikipedia , lookup

Printed circuit board wikipedia , lookup

Surge protector wikipedia , lookup

Multimeter wikipedia , lookup

Fault tolerance wikipedia , lookup

Network analysis (electrical circuits) wikipedia , lookup

Surface-mount technology wikipedia , lookup

Transcript
PSpice
By Jirawat Kanjanapitak (Tae)
Introduction


Created by CadenceTM
Benefits of PSpice



Be able to solve difficult circuits
Save time & easy to use
Test schematic before construct a circuit
How to Start





Go to Start
All Programs
Orcad Family Release
PSpice Student
Schematics
Choosing the Components
Go to Draw
 Get New Part..
 Shortcut : Ctrl G
 Type in the Name
Ex. Type “R”
 Choose “Place”
Or “Place & Close”

How to Draw


Choose and place all the components that you
need. (Ground = GND_EARTH, Voltage Source =
VDC) Tips: To flip – Ctrl P , to rotate – Ctrl R
Connect them with a “Draw Wire” option. Shortcut :
Ctrl W
Specify the Values
Double click on each components
Ex. Change VDC to 5V, R1 to 2k ohms,
and R2 to 3k ohms

Simulation


Click “Simulate”
Click “V” and “I”
Example
Calculation
Simplify the circuit
R4||R3 = 2*4/(2+4) = 4/3 Ohms
 Assign I1, I2, and I3 current
 Set up equations:
0 = 5I1 + 2I2 – 10 ---1)
0 = 3I3 – 2I2 + (4/3)I3 + 20 ---2)
I1 = I3 + I2 ---3)
 Solve all three

Results
 Ans. I1 = 0.58A.
I2 = 3.55A.
I3 = -2.98A.
Result from PSpice
Questions