You are on page 1of 5

Design Mnager > Run Schematic Draw>Get new part

vdc for voltage source, r for resister, egnd for Ground.


For getting Voltage Across different components select: Analysis>setup>enable bias point details

and select analysis>display results on schematics>enabled and then select : Analysis> simulate or F11.

To display voltage>> enable display voltage and to display current >> enable display current.to execute

To display voltage across different resistors follow the sequence: analysis>setup> enable DC sweep.
Select voltage source name (my voltage source name is V1 and thats why name is V1) for Swept Var.
type and linear for sweep type and put start value, end value and increment value. Then select analysis>
simulate.
Then a new window will open and from there select : Trance > Add trace. Select desired output. And
press OK.

To observe voltage and current, voltage level or current markers can also be used. Voltage markers
should be placed at nodes and current markers must be placed after resistors.

Then select analysis>setup>transient and select print step value(0s) to final time (5s) and then select
analysis > simulate and select analysis type DC.
Simulating Circuits By writing Script Files:

Open PSpice AD Student>File>New>Text File

Write the Following Lines:

First line is not executed by PSpice. Then select save> file name should be name.cir (extension should
be .cir) and save as type should be All files.

Sample DC circuit 1

VS 1 0 12V

R1 1 2 10

R2 2 0 1K

R3 2 3 300

R4 3 0 500

.END

To run the file select : File>open>files of type select .cir and then file the file and open it.
After openning the file click Run.To see the output file select : view>output file. Scroll down to see the
full file.

You might also like