How to add jumper on my schematic design ?
Thank you
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
PSpice for TI is a simulation tool, hence it does not come with a jumper. If you want to run simulation with the jumper in your design, then you need to write a model for it, e.g.:
* this models a jumper with series resistance of 1uOhm .SUBCKT MYJUMPER 1 2 R1 1 2 1E-6 .ENDS
Save this to a file like my_jmp.lib, then importing it following this video:
Add the file my_jmp.lib to your simulation profile and it should work. in reality, it's just a tiny resistor.
-JC
Yes. All nets given the same net alias will become a single net in simulation.