Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Astable circuits using pspice orcad 9.2

Status
Not open for further replies.

kimo4ever

Member level 2
Joined
Dec 10, 2010
Messages
45
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,574
hello, does anyone knows how to set the supply voltage of the logic gates in pspice? ( ex CD4000)
 
Last edited:

refer the "Specifying digital power supplies" in PSpice user's guide. This section details out the how the digital gate power supply are controlled and how can you customize it. Below is brief note on customization.

To change the CD4000_PWR power supply to 12 volts, referenced to ground:
1. Place an instance of the PARAM pseudo-part from SPECIAL.OLB.
2. Create a new PARAM property as follows: CD4000_VDD = 12.0V
DC4000_VSS is left at its default of 0 volts.
If the reference voltage also needs to be reset, the same method can be used to define the CD4000_VSS parameter by setting this property of the same PARAM instance. For example, if you want the supplies to go between -5 volts and +5 volts (a difference of 10 volts), set CD4000_VSS to -5V and CD4000_VDD to +10V; as a result, CD4000_VDD is 10 volts above CD4000_VSS, or +5 volts.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top