Troubleshooting PSPICE Errors: Tips for Simulating Your Graph Successfully

  • Thread starter Thread starter metennisman27
  • Start date Start date
  • Tags Tags
    Error Pspice
AI Thread Summary
The discussion focuses on troubleshooting errors in PSPICE simulations. Users are encouraged to clarify the specific simulation and errors encountered. Suggestions include checking for connections, particularly between signal Vf and component C1, and correcting the directive line format by removing units from values. Additionally, it is advised to replace "x" with "*" for multiplication in expressions. Proper syntax and formatting are crucial for successful simulations in PSPICE.
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: 229
  • pspice problems_a.PNG
    pspice problems_a.PNG
    37.9 KB · Views: 210
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 berkeman
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Hello dear reader, a brief introduction: Some 4 years ago someone started developing health related issues, apparently due to exposure to RF & ELF related frequencies and/or fields (Magnetic). This is currently becoming known as EHS. (Electromagnetic hypersensitivity is a claimed sensitivity to electromagnetic fields, to which adverse symptoms are attributed.) She experiences a deep burning sensation throughout her entire body, leaving her in pain and exhausted after a pulse has occurred...
Back
Top