Simulation Lab
Simulation Lab
AIM:
PSPICE simulation of RLC response of step input.
Q: A step input as shown in figure is applied to RLC circuit use PSPICE to calculate
and plot transient response from 0 US to 400US with a time increment of 1us, capacitor
voltage, current resistor, time are to be plotted.
CIRCUIT DIAGRAM:
PROGRAM:
*RLC STEP*
R 1 2 10
L 2 3 20UH
C 3 0 25UF
VS 1 0 PWL(0 0 1NS 220V 1NS 220V)
.TRAN 1US 400US
.PROBE
.END
WAVEFORM:
1
RESULT:
The response of RLC circuit for step input using PSPICE is plotted.
2
RLC RESPONSE FOR SINE INPUT
AIM:
PSPICE simulation of RLC response of sinusoidal input.
Q: A sine input as shown in figure is applied to RLC circuit use PSPICE to calculate
and plot transient response from 0US to 400US with increment of 1us, capacitor voltage,
inductor voltage ,current across resistor are to be plotted.
CIRCUIT DIAGRAM:
PROGRAM:
* RLC SINUSOIDAL
R 1 2 10
L 2 3 40UH
C 3 0 30UF
VS 1 0 SIN(0 169.7 5000HZ)
.TRAN 1US 400US
.PR0BE
.END
3
WAVE FORMS:
RESULT:
The output waveforms of RLC circuit with sinusoidal input using PSPICE is plotted.
4
EXPERIMENT NO: 1(c)
AIM:
PSPICE simulation of RLC response of pulse input.
Q:A pulse input as shown in figure is applied to RLC circuit using PSPICE to
Calculate and plot transient response from 0US to 400US with a time Increment of 1us,
capacitor voltage, current across resistor, time are to be Plotted.
CIRCUIT DIAGRAM:
PROGRAM:
*RLC PULSE
R125
L 2 3 6UH
C 3 0 10UF
VS 1 0 PULSE(-220V 220V 0 1NS 1NS 100US 200US)
.TRAN 1US 400US
.PROBE
.END
5
WAVEFORMS:
RESULT:
The output waveforms of RLC circuit for pulse input using PSPICE is Plotted.
AIM:
PSPICE SIMULATION OF SINGLE PHASE AC VOLTAGE CONTROLLER.
Q: Single phase ac voltage controller is shown, the supply voltage is 120v (rms), 50 Hz.
The delay angle is 90 use pspice to plot output voltage and current.
CIRCUIT DIAGRAM:
7
PROGRAM:
8
WAVEFORMS:
RESULT:
The output voltage and load current of ac voltage controller using pspice is Plotted.
EXPERIMENT NO: 3
9
THREE PHASE AC CIRCUIT
AIM:
PSPICE simulation of AC 3 phase circuit.
Q: Analysis of 3 phase’s circuit representing the generator transmission line and load plot 3 phase
current and neutral using PSPICE.
CIRCUIT DIAGRAM:
PROGRAM:
*3 PHASE
CIRCUIT
VAN 1 0 AC 120 0 SIN (0 169.7V 60HZ)
RA 1 4 0.5
RX 4 7 1
R1 7 10 5
C1 10 12 150UF
VBN 0 2 AC 120 120 SIN(0 169.7V 60HZ 0 0 120)
VCN 3 0 AC 120 240 SIN (0 169.7V 60HZ 0 0 240)
RB 2 5 0.5
RY 5 8 1
10
R2 8 11 10
L1 11 12 120MH
RC 3 6 0.5
RZ 6 9 10
R3 9 12 10
VX 0 12 DC 0V
.TRAN 50USEC 50MSEC
.PROBE
.END
WAVEFORMS:
RESULT:
The waveforms of 3phase circuits representing transmission line and load are plotted.
EXPERIMENT NO :( 4)
AIM:
SIMULATION of resonant pulse commutation.
Q: The ckt parameters of the resonant pulse commutation circuit figure given below are
Supply voltage=220v, commutation capacitance=31.2uf, capacitive inductance
L=6.5mh, load resistance Rin=0.50 load Lin=5mh, use pspice to calculate and plot
Capacitive voltage VC, IC, IC.
11
CIRCUIT DIAGRAM:
PROGRAM:
*RESONANT PULSE COMMUTATION*
VS 1 0 DC 200V
VG1 7 0 PULSE(0V 100V 0 1US 1US 0.4MS 1MS)
VG2 8 0 PULSE(0V 100V 0.4MS 1US 1US 0.6MS 1MS)
VG3 9 0 PULSE(0V 100V 0 1US 1US 0.2MS 1MS)
RG1 7 0 10MEG
RG2 8 0 10MEG
RG3 9 0 10MEG
CS 1 11 0.1UF
RS 11 4 750
C 1 2 31.2UF
12
L 2 3 6.4UH
D1 4 1 DMOD
DM 0 4 DMOD
.MODEL DMOD D(IS=1E-25 BV=1000V)
RM 4 5 0.5
LM 5 6 5MH
VX 6 0 DC 0V
VY 1 10 DC 0V
*SUB CKT CALLS FOR DC THYRISTOR MODEL*
XT1 10 4 7 0 DCSCR
XT2 3 4 8 0 DCSCR
XT3 1 3 9 0 DCSCR
*SUBCKT MODEL FOR DC THYRISTOR*
.SUBCKT DCSCR 1 2 3 4
DT 5 2 DMOD
ST 1 5 3 4 SMOD
.MODEL DMOD D(IS=1E-25 BV=1000V)
.MODEL SMOD VSWITCH(RON=0.1 ROFF=10E+6 VON=10V VOFF=5V)
.ENDS DCSCR
.TRAN 0.5US 3MS 1.5MS 0.5US
.PROBE
.END
13
WAVEFORMS:
RESULT:
The capacitive voltage, inductive current
Capacitive current are to be plotted using pspice.
14
EXPERIMENT NO: 5
AIM:
Simulation of thevenins circuit using PSPICE.
Q: A Thevenins circuit is shown below use PSPICE to calculate and print input resistance and
thevenins resistance between nodes 2 and 4 & thevenins voltages.
.
CIRCUIT DIAGRAM:
PROGRAM:
*THEVENINS CIRCUIT*
V1N 1 0 DC 10V
VX 4 5 DC 0V
IS 3 4 DC 2A
R1 1 2 5
R2 2 3 10
R3 2 6 20
R4 3 4 40
R5 5 6 10
.TF V (2, 4) V1N
.END
RESULT:
Input resistance and thevenins resistance between node 2 and 4 are to be calculated.
15
EXPERIMENT NO: 6
BUCK CHOPPER
AIM:
PSPICE SIMULATION OF A BUCK CHOPPER.
Q: A Buck chopper is shown below; supply voltage is 110v, and the chopping frequency 20 kHz, use
pspice to plot the instantaneous capacitive voltage and load current.
CIRCUIT DIAGRAM:
16
PROGRAM:
*BUCK CHOPPER*
VS 1 0 DC 110V
VY 1 2 DC 0V
VG 7 3 PULSE (0V 20V 0.01NS 0.1NS 27.28US 50US)
RS 7 6 250
LE 3 4 681.82UH
CE 4 0 8.33UF IC=60V
L 4 8 40.91UH
R853
VX 5 0 DC 0V
DM 0 3 DMOD
.MODEL DMOD D (IS=2.2E-15 BV=1800V TT=0)
Q 1 2 6 3 QMOD
.MODEL QMOD NPN (IS=6.74F BF=416.4 BR=73.71 CJC=3.638P CJE=4.493P)
.TRAN 1US 1.6MS 1.5MS 1US
.PROBE
.END
WAVEFORMS:
RESULT:
The instantaneous capacitive voltage and load current of buck chopper using
PSPICE are to be plotted.
17