¿ªÔÆÌåÓý

Cannot find models


 

Hi, my name is Ben and I was looking for the 3pin POT model in your database. I found this link: . But I cannot open it.
Can anyone help me?
thank you already.
?
-Ben


 

¿ªÔÆÌåÓý

HI, Ben. Search in the group archives, the folders in Files which have 'z_,,,' names. You will find more than one model. for 'potentiometer'.? That emwonder site no longer exists.

On 2025-05-15 08:40, benmeulenbeld2007 via groups.io wrote:
Hi, my name is Ben and I was looking for the 3pin POT model in your database. I found this link: . But I cannot open it.
Can anyone help me?
thank you already.
?
-Ben
--
Best wishes John Woodgate RAYLEIGH Essex OOO-Own Opinions Only If something is true: * as far as we know - it's science *for certain - it's mathematics *unquestionably - it's religion

Virus-free.


 

¿ªÔÆÌåÓý

On 15/05/2025 09:40, benmeulenbeld2007 via groups.io wrote:
Hi, my name is Ben and I was looking for the 3pin POT model in your database. I found this link: . But I cannot open it.
Can anyone help me?
thank you already.
The library you want (probably) is: potentiometer_standard.lib. Note: this only contains the models, not any symbols. But they are easy enough to make to your own needs.

Take time to read the model file to understand how to use it.

--
Regards,
Tony


 

On Thu, May 15, 2025 at 04:18 AM, <benmeulenbeld2007@...> wrote:
Hi, my name is Ben and I was looking for the 3pin POT model in your database.
There are many (MANY!) 3-pin potentiometer symbols and models that you can find, if you really desperately need one.? I almost never use a potentiometer symbol+model, because you don't need one.? A potentiometer is literally just two resistors connected in series.
?
But as I say, there are many potentiometer symbols already.? None of them come with LTspice because they are not needed, but dozens of LTspice users have created and uploaded their own symbols over the years.? For example, if you look in either of these two locations, you will find some of them:
?
Files > z_yahoo > Lib > Potentiometer
?
Files > z_yahoo > Tut > Potentiometer
?
I found well over 100 instances of "potentiometer" in our group's Files area, and that does not include those that were written as "pot" instead of the full name "potentiometer".
?
I found this link: . But I cannot open it.
That's because it is gone.? But you can find a saved copy of that website (and hopefully most of its contents) at the Wayback Machine, here:
https://web.archive.org/web/20190902113821/http://www.emwonder.com/spicemodels/
?
Andy
?


 

Hi Ben,
?
You can always create your own symbol as a .asy file with the same name as the subckt. Here's the spice directive that I add to my schematic anytime I need a pot. Just make sure the .asy file is in the same folder as your schematic.
?
* This is the potentiometer
* ? ? ?_____
* ?1--|_____|--2
* ? ? ? ?|
* ? ? ? ?3
*
.SUBCKT potentiometer 1 2 3
.param w=limit(wiper,1m,.999)
R0 1 3 {Rtot*(1-w)}
R1 3 2 {Rtot*(w)}
.ENDS
?
Hope that helps,
Mike