pspice version 9.1 schematics. objective of lecture demonstrate how to use pspice schematics to...

17
PSpice Version 9.1 Schematics

Upload: kristian-rose

Post on 17-Dec-2015

215 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: PSpice Version 9.1 Schematics. Objective of Lecture Demonstrate how to use PSpice Schematics to calculate node voltages and the currents flowing into

PSpice Version 9.1 Schematics

Page 2: PSpice Version 9.1 Schematics. Objective of Lecture Demonstrate how to use PSpice Schematics to calculate node voltages and the currents flowing into

Objective of LectureDemonstrate how to use PSpice Schematics

to calculate node voltages and the currents flowing into and out of nodes.Most circuit simulation packages use nodal

analysis.

Page 3: PSpice Version 9.1 Schematics. Objective of Lecture Demonstrate how to use PSpice Schematics to calculate node voltages and the currents flowing into

Download InstructionsInstructions on how to download and install

PSpice are posted on the Virginia Tech ECE Computer and Visualization Laboratory (CVL) website.http://computing.ece.vt.edu/wiki/PSpice_FAQ

Page 4: PSpice Version 9.1 Schematics. Objective of Lecture Demonstrate how to use PSpice Schematics to calculate node voltages and the currents flowing into

After Launching PSpice Schematics

Select Draw/Get New Part, which will cause a pop-up window to open with a list of all of the parts available in the student version of Schematics. - Note that there is a key stroke shortcut .

Page 5: PSpice Version 9.1 Schematics. Objective of Lecture Demonstrate how to use PSpice Schematics to calculate node voltages and the currents flowing into

Pick a PartType the name of the part in the box located by Part Name orscroll through the list of parts andclick on the name of the one thatyou want put into the circuit.

Then, click Place if you have moreparts to select or Place and Close if this is the last part.

Page 6: PSpice Version 9.1 Schematics. Objective of Lecture Demonstrate how to use PSpice Schematics to calculate node voltages and the currents flowing into

If You Know the Name of Your PartYou can type it in directly into the box below the

Toolbar Help and then hit Enter.

Either way, a symbol for a dc battery will appear on the schematic when you move your cursor on to it. Left Click to place the part in a specific location on the

schematic. Right Click to end the process of placing the part Vdc. Control-R will rotate the part 90 degrees for each CNT-R. Control-F will flip the part about a vertical axis.

Page 7: PSpice Version 9.1 Schematics. Objective of Lecture Demonstrate how to use PSpice Schematics to calculate node voltages and the currents flowing into

Names of ComponentsComponent PSpice

NameComponent PSpice

Name

DC voltage supply

Vdc Resistor R

DC current supply

Idc Capacitor C

Ground gnd_earth Inductor L

Page 8: PSpice Version 9.1 Schematics. Objective of Lecture Demonstrate how to use PSpice Schematics to calculate node voltages and the currents flowing into

Connect Parts

Click on the pencil.

Then click the pencil tip to one end of a part and then to the end of another part to place a wire between them..

Page 9: PSpice Version 9.1 Schematics. Objective of Lecture Demonstrate how to use PSpice Schematics to calculate node voltages and the currents flowing into

Save Your SchematicPSpice will not run a simulation unless your

circuit is saved.You can select any directory in which to save

the .sch file. Note: You can send the .sch file to me if you need

assistance finding errors that prevent the simulation from running.

Page 10: PSpice Version 9.1 Schematics. Objective of Lecture Demonstrate how to use PSpice Schematics to calculate node voltages and the currents flowing into

Select Type of SimulationClick on Analysis/Setup or the button.

Bias Point Detail should be clicked. If not, do so.

Page 11: PSpice Version 9.1 Schematics. Objective of Lecture Demonstrate how to use PSpice Schematics to calculate node voltages and the currents flowing into

GroundA ground must be included in the circuit as

the program calculates all voltages with respect to this point.Note: The first step that I identified in the

lecture on nodal analysis was to select one node as the reference or ground, which means that the voltage at the node will be set to 0V.

A common error message in PSpice is that the ground is not connected. After verifying that you did place a ground in the

circuit schematic, make sure that a node (dot) connects ground to the circuit.

Page 12: PSpice Version 9.1 Schematics. Objective of Lecture Demonstrate how to use PSpice Schematics to calculate node voltages and the currents flowing into

Run the SimulationClick Analysis/Simulate or click on the

button.

A pop-up window should open, text should scroll by in the bottom left box. After “Simulation complete” is printed, the run is finished.

Page 13: PSpice Version 9.1 Schematics. Objective of Lecture Demonstrate how to use PSpice Schematics to calculate node voltages and the currents flowing into

To Display DC ValuesClick on Analysis/Display Results on

Schematic and enable the voltage and/or current display.

Page 14: PSpice Version 9.1 Schematics. Objective of Lecture Demonstrate how to use PSpice Schematics to calculate node voltages and the currents flowing into

Node AssignmentClick on the box containing the value of the

node voltage.The node associated with that voltage is

changed to a dashed line.

Page 15: PSpice Version 9.1 Schematics. Objective of Lecture Demonstrate how to use PSpice Schematics to calculate node voltages and the currents flowing into

Direction of Current Click on the box containing the value of

current flowing at a node. An arrow will appear on the schematic,

indicating the direction that the program assigned to the flow of that current.

Page 16: PSpice Version 9.1 Schematics. Objective of Lecture Demonstrate how to use PSpice Schematics to calculate node voltages and the currents flowing into

Voltage Across ComponentsNote that the calculation performed by

PSpice is a nodal analysis. The voltage dropped across a component is the difference between node voltages.

Page 17: PSpice Version 9.1 Schematics. Objective of Lecture Demonstrate how to use PSpice Schematics to calculate node voltages and the currents flowing into

SummaryPSpice may be used to verify the calculations

that you perform to calculate the currents and voltages in a circuit, but should not replace your own calculations.The results from PSpice should be the same as

the results that you obtain for the circuit when using nodal analysis.

The voltages and currents from nodal analysis can be converted to the voltage drops and mesh currents used in mesh analysis.