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.

[SOLVED] PSPICE Input Voltage question

Status
Not open for further replies.

Langard

Newbie level 1
Joined
Jan 29, 2016
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
11
Hey guys, I'm a beginner with PSPICE so I'm not too sure which part I need for this source input.

1.PNG

That's the Voltage I'm supposed to use, Vin = 1+sin(1000t).

So I did (With a VDC part)

2.PNG

Which gave me the error,

3.PNG

I'm not sure which source I'm supposed to use or which simulation profile to do. If anyone knows anything about this, I would be mighty appreciative.

Using OrCad Capture CIS lite 16.6 (PSPICE)
Win 7 x64
Transient Analysis (simulation profile)
Full Schematic for Reference

4.PNG
 

You should add the multiplier * opperator between 100 and t, being the correct syntax 100*t
 

That's the Voltage I'm supposed to use, Vin = 1+sin(1000t)

Use this:


Part name is "VSIN" and you have 4 parameters:
  • VOFF --> DC voltage, so in your case you should use "1"
  • VAMPL --> amplitude of the sine wave
  • FREQ --> frequency of the sine wave
  • AC --> AC component of the sine wave (set it to "1").
NOTE: In the picture showed above I used a different frequency, so you place yours.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top