Why am I getting errors when simulating this circuit in PSPICE?

  • Thread starter Thread starter metennisman27
  • Start date Start date
  • Tags Tags
    Error Pspice
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
metennisman27
Messages
1
Reaction score
0
i am trying to simulate this pspice graph. i keep getting these errors. i can not figure out how to fix.. please help
 

Attachments

  • pspice problems.PNG
    pspice problems.PNG
    51.6 KB · Views: 261
  • pspice problems_a.PNG
    pspice problems_a.PNG
    37.9 KB · Views: 251
Engineering news on Phys.org
metennisman27 said:
i am trying to simulate this pspice graph. i keep getting these errors. i can not figure out how to fix.. please help
Welcome to the PF. :smile:

Can you say more about what you are trying to simulate, and what errors you are getting? Thanks.
 
Looks like no connection between signal Vf and the top wire of C1.
 
Welcome to PF.
I question the directive line; .AC DEC 1000 100Hz 10MHz
Units should not be included in values.
In standard spice, milli is; m = M = 1e-3, while MEG = 1e6.
Try; .AC DEC 1000 100 10MEG

The second error is probably due to the use of "x" for multiply rather than "*".
Rather than "10x10^-9s" You may need to use something more like "10e-9*s"
 
  • Informative
Likes   Reactions: berkeman