The Designer's Guide Community
Forum
Welcome, Guest. Please Login or Register. Please follow the Forum guidelines.
Apr 23rd, 2024, 1:28pm
Pages: 1
Send Topic Print
Voltage Source Definition (Read 2046 times)
Vikram Srinivasan
Guest




Voltage Source Definition
Dec 23rd, 2004, 4:47pm
 
Hi

I am trying to have 3 voltage sources in my testbench:

vsource #(.type("sine"),.dc(0),.freq(5000),.ampl(5)) vin1(vinp,vss);
vsource #(.type("dc"),.val(2.5)) vin2(vinm,vss);
vsource #(.type("dc"),.val(5)) vin3(vdd);

Now is this a proper definition for a DC source?Am I allowed to have such multiple definitions in a single test bench(they are for the Positive,Negative and High Voltage State terminals of an op-amp with vss being grounded)

what parameters should I specify for a dc source?

Back to top
 
 
  IP Logged
Pages: 1
Send Topic Print
Copyright 2002-2024 Designer’s Guide Consulting, Inc. Designer’s Guide® is a registered trademark of Designer’s Guide Consulting, Inc. All rights reserved. Send comments or questions to editor@designers-guide.org. Consider submitting a paper or model.