Vous êtes sur la page 1sur 14

TITLE : DC ANALYSIS

OBJECTIVE : To understand and apply the concept of DC analysis

PROCEDURE

Step 1 : Mannually method

a. The circuit as given below is drawing

b. For the source, V1, the dc source part is getting from the library source.slb\vdc
c. The schematic as dc1. Sch. is saved
d. The voltage and current across R1, R2, R3 and R4 is manually calculated. The
calculation value is shown as,

VR1=______, VR2=______, VR3=______, VR4=_______

IR1=_______, IR2=_______, IR3=_______, IR4=________


MEASURING DC VOLTAGE AND DC CURRENT IN A CIRCUIT

Step 2 : To calculate Voltage and Current used the PSPICE

a. The circuit is drawn as below

b. To measure dc voltage drop across the resistor and wire up, the VPRINT1 and VPRINT2
is placed. The nodes for the measurement is set to take place.
c. Dc analysis is enabled

d. Dc analysis is setup.
e. Run simulation

Step 3 : reading the data

f. Output file is examined. The answer is written down.

V (a)=__20v , V(a,b)=_7.826v, V(b)=1.217v, V(b,c)=5.217v, V(c)=6.957v

**** 12/28/110 20:01:41 ******** NT Evaluation PSpice (July 1997) ************

* C:\Users\user\Documents\AUTOCAD\Schematic1.sch

**** CIRCUIT DESCRIPTION

******************************************************************************

* Schematics Version 8.0 - July 1997


* Tue Dec 28 20:01:41 2010
** Analysis setup **
.DC LIN V_V1 0V 20V 20V
.OP

* From [SCHEMATICS NETLIST] section of msim.ini:


.lib nom.lib

.INC "Schematic1.net"

**** INCLUDING Schematic1.net ****


* Schematics Netlist *

V_V1 A 0 20V
R_R1 AB 1
R_R3 0B 2
R_R2 BC 3
R_R4 0C 4

.PRINT TRAN V([A],[B])

.PRINT TRAN V([B],[C])

.PRINT TRAN V([B])

.PRINT TRAN V([C])

**** RESUMING Schematic1.cir ****


.INC "Schematic1.als"

**** INCLUDING Schematic1.als ****


* Schematics Aliases *

.ALIASES
V_V1 V1(+=A -=0 )
R_R1 R1(1=A 2=B )
R_R3 R3(1=0 2=B )
R_R2 R2(1=B 2=C )
R_R4 R4(1=0 2=C )
_ _(A=A)
_ _(B=B)
_ _(C=C)
.ENDALIASES

**** RESUMING Schematic1.cir ****


.probe

.END
**** 12/28/110 20:01:41 ******** NT Evaluation PSpice (July 1997) ************

* C:\Users\user\Documents\AUTOCAD\Schematic1.sch

**** SMALL SIGNAL BIAS SOLUTION TEMPERATURE = 27.000 DEG C

******************************************************************************

NODE VOLTAGE NODE VOLTAGE NODE VOLTAGE NODE VOLTAGE

( A) 20.0000 ( B) 12.1740 ( C) 6.9565

VOLTAGE SOURCE CURRENTS


NAME CURRENT

V_V1 -7.826E+00

TOTAL POWER DISSIPATION 1.57E+02 WATTS

**** 12/28/110 20:01:41 ******** NT Evaluation PSpice (July 1997) ************

* C:\Users\user\Documents\AUTOCAD\Schematic1.sch

**** OPERATING POINT INFORMATION TEMPERATURE = 27.000 DEG C

******************************************************************************

JOB CONCLUDED

TOTAL JOB TIME .05


g. The result generated by Pspice with manually calculated values is checked and
compare. (see step 1)

h. The current is measured in the circuit using IPRINT. The answer is written down.

I(a)=7.826A =, I(a,b)=7.826A, I(b)=1.739A, I(b,c)=6.087A, I(c)=6.087A


**** 12/28/110 20:18:34 ******** NT Evaluation PSpice (July 1997) ************

* C:\Users\user\Documents\AUTOCAD\Schematic1.sch

**** CIRCUIT DESCRIPTION

******************************************************************************

* Schematics Version 8.0 - July 1997


* Tue Dec 28 20:18:34 2010

** Analysis setup **
.DC LIN V_V1 0V 20V 20V
.OP

* From [SCHEMATICS NETLIST] section of msim.ini:


.lib nom.lib

.INC "Schematic1.net"

**** INCLUDING Schematic1.net ****


* Schematics Netlist *

V_V1 A 0 20V
R_R1 AD 1
R_R3 $N_0001 B 2
R_R2 BF 3
R_R4 0C 4
V_PRINT10 D B 0V

.PRINT TRAN I(V_PRINT10)


V_PRINT11 F C 0V

.PRINT TRAN I(V_PRINT11)


V_PRINT12 $N_0001 0 0V

.PRINT TRAN I(V_PRINT12)

**** RESUMING Schematic1.cir ****


.INC "Schematic1.als"
**** INCLUDING Schematic1.als ****
* Schematics Aliases *

.ALIASES
V_V1 V1(+=A -=0 )
R_R1 R1(1=A 2=D )
R_R3 R3(1=$N_0001 2=B )
R_R2 R2(1=B 2=F )
R_R4 R4(1=0 2=C )
V_PRINT10 PRINT10(1=D 2=B )

V_PRINT11 PRINT11(1=F 2=C )

V_PRINT12 PRINT12(1=$N_0001 2=0 )

_ _(A=A)
_ _(E=0)
_ _(D=D)
_ _(B=B)
_ _(F=F)
_ _(C=C)
.ENDALIASES

**** RESUMING Schematic1.cir ****


.probe

.END
**** 12/28/110 20:18:34 ******** NT Evaluation PSpice (July 1997) ************

* C:\Users\user\Documents\AUTOCAD\Schematic1.sch

**** SMALL SIGNAL BIAS SOLUTION TEMPERATURE = 27.000 DEG C

******************************************************************************

NODE VOLTAGE NODE VOLTAGE NODE VOLTAGE NODE VOLTAGE

( A) 20.0000 ( B) 12.1740 ( C) 6.9565 ( D) 12.1740

( F) 6.9565 ($N_0001) 0.0000

VOLTAGE SOURCE CURRENTS


NAME CURRENT

V_V1 -7.826E+00
V_PRINT10 7.826E+00
V_PRINT11 1.739E+00
V_PRINT12 6.087E+00

TOTAL POWER DISSIPATION 1.57E+02 WATTS

**** 12/28/110 20:18:34 ******** NT Evaluation PSpice (July 1997) ************

* C:\Users\user\Documents\AUTOCAD\Schematic1.sch

**** OPERATING POINT INFORMATION TEMPERATURE = 27.000 DEG C

******************************************************************************

JOB CONCLUDED

TOTAL JOB TIME .03

i. The second technique is used to measure dc voltage in a circuit.

● VIEWPOINT is used to measure dc voltage


● IPROBE is used to measure dc voltage

j. The values has checked and compare with the manually calculation.
DISCUSSION

In this experiment we have learn the concept of DC analysis and apply it. We also knew
how to use some tools to simulate a circuit. However it’s little bit hard to us to apply this
method because some tools has used a code so, its hard to us to makesure the tools.

CONCLUSION

From this experiment we have learn about concept of DC analysis by using PSPICE. In our
opinion, using this method hard but its simple and easy to get the answer campare use
manually method. Because when we used the manually method, sometimes has an error in
calculated.

Vous aimerez peut-être aussi