how to compile netlist in pspice 9.1?

Thread Starter

mr.harm

Joined Nov 24, 2008
29
Hello everyone,,
I am working from texbook 'Modelling Photovoltaic Systems using Pspice', and am trying to simulate the basic PV cell model in pspice, however, all over the book only commands 'netlists' are used and am having hard time as am used to schematics.
can sombody plaese guide me on how to run this code on Pspice 9.1

r1 1 2 1K; resistor between node (1) and node (2) value 1 KOhm
c1 2 0 1n; capacitor between node (2) and node (0) value 1 nF
vin 1 0 pulse (0 5 0 1 u 1 u 10 u 20 u); voltage source between node (1) and node (0)
.tran 0 40 u
.probe
.plot tran v(1) v(2)
.end
upload_2014-11-14_17-26-15.png

it's a simple RC circuit and I should get this graph

upload_2014-11-14_17-25-47.png
what I do is creating a .cir file with the above code then run it using Pspice AD, however instead of the above graph I get this massage

upload_2014-11-14_17-29-16.png

any suggestions?

thanks
 
Top