Keyboard Shortcuts
Likes
- LTspice
- Messages
Search
Re: opamp BW slew rate search engine sorting
On Tue, Mar 4, 2025 at 03:31 PM, john23 wrote:
Why do you say that it does not allow you to sort bandwidth or slew rate columns?? It works for me.? Did you click on the up- and down-arrows at the top of the columns?? Was there something wrong about the sort orders you saw after doing that? ?
If it did not work the way you desired, did you send feedback to Analog Devices?? Most of their webpages have a link in the lower right corner for "Site Feedback".? And there is another one near the lower right corner for "How would you describe your experience with this page?"? I can't say if web features such as that are available in all parts of the world, but there PROBABLY is a way in your country for telling ADI how their webpage did not meet your expectations.
?
The group you are in is about LTspice.? It's not a forum to complain about someone's website, even if that 'someone' is the same company that releases LTspice.? Their part selector pages have nothing to do with LTspice.? The group you are in is not run by Analog Devices, and complaining here has no assurance of reaching anyone at Analog Devices..
?
Andy
? |
Re: Model of TDA2822, Dual Low-Voltage Audio Amplifier
¿ªÔÆÌåÓýI have tested it, and it seems to work quite
well. But read the data sheet with care. On 2025-03-04 20:36, Kerim via
groups.io wrote:
--
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 |
Re: Model of TDA2822, Dual Low-Voltage Audio Amplifier
On Tue, Mar 4, 2025 at 10:56 PM, John Woodgate wrote:
Have you asked ST Micro if they have a SPICE model (not an 'LTspice model')?During the search, I heard someone in a forum who did and didn't get a reply. I think I will likely have to test it in real if no one here heard of it.
Thank you.
? |
opamp BW slew rate search engine sorting
Hello , The analog devices website is not aloowing to filter OPAMPs exactly by the BW slew rate etc parmater.
For example as you can see here.Its not allowing me to sort OPAMP models.
Is there some catalog search engine you reccomend where I could sort OPAMPS by their properties?
https://www.analog.com/en/product-category/high-voltage-op-amps-greaterthanequalto-12v.html#products-in-category
?
Thanks. |
Re: Model of TDA2822, Dual Low-Voltage Audio Amplifier
¿ªÔÆÌåÓýHave you asked ST Micro if they have a SPICE
model (not an 'LTspice model')? On 2025-03-04 19:42, Kerim via
groups.io wrote:
--
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 |
Model of TDA2822, Dual Low-Voltage Audio Amplifier
Hello, ? In vain, I searched its model (TDA2822) in the group¡¯s archive and on the internet. ? It is suitable for 32 Ohm headphone with an electret microphone and 2*1.5V battery. ? I have one ear working and its sensitivity has been degraded because of age. TDA2822 gain is fixed (39 dB = 89 V/V). In the bridge configuration (mono), its output voltage limit is doubled. ? Is there any chance to find its LTspice model? ? Thank you. Kerim |
Re: LTspice vs ngspice 12AU7 tube amplifier transient analysis
Ok, I'll try asking..
?
I uploaded both LTspice .asc schematic and ngspice .cir netlist including the libraries for subckts referenced.
?
As you can check, .tran 100n 10m analysis gives quite different answers for ITS/DC operating point. Btw, as convergence aid, option noopiter gminsteps=0 is used in LTspice to skip direct NR and gmin stepping to get a "reasonable" ITS solution.
?
ngspice .tran however converges to a quite different ITS solution. For instance 12AU7's plate voltage is 12.8V for LTspice vs 22.6V for ngspice. DC currents are also quite different and, in the end, output signal for ngspice isn't good at all even for a 1Khz amplifier's input signal.
?
I've no idea why their ITS solutions are so different though...
?
Carlo.
?
? |
Re: More syntax issues with 24.1.x
On Tue, Mar 4, 2025 at 01:53 PM, Tony Casey wrote:
Sorry, that was a misunderstanding. The above syntax was a proposal for a future change. This is about a compromise. The old way can't come back. I'm open for suggestions. And modifying all those netlists could be done in one go with grep. (Or much better, with
?
Best Regards,
Mathias ? |
Re: More syntax issues with 24.1.x
¿ªÔÆÌåÓýOn 04/03/2025 13:14, Mathias Born via
groups.io wrote:
No, that doesn't work, either, in any version. U:\Simulations\LTspice\Modelling_Bipolar\BC847_BC857\OP_Characteristic_rounding.net(17): Invalid number of arguments.With or without a comma between "V(3,4)" & "BC848B_Ic_Vce_400u.inc" the same error results. Doesn't look like the file is being included. Even if this did work, I have hundreds of instances like this. It's a lot less pain to stick with 24.0.12. -- Regards, Tony |
Re: More syntax issues with 24.1.x
On Tue, Mar 4, 2025 at 12:06 PM, Tony Casey wrote:
I have many testjigs that import digitised datasheet characteristic curves. An example of this would be: Yes, this won't work anymore. Prior versions pre-process the input and replace the .include line with the contents of the included file and then parse everything all over again. 24.1 is very different, it doesn't accept a top-level directive in the middle of something.
But you don't actually need such general behavior, all you want is to load data from another file, and that's certainly useful. How about extending the table syntax:
?
B1 1 2 I=table(V(3,4), "BC848B_Ic_Vce_400u.inc")
?
This would be easy to do. You'd still have to modify your netlists, though.
This issue seems to be related to the previously reported issue with nested .STEP directives of the form: This should work and does work for me if I try, but you obviously have a case where it doesn't. Unfortunately, you uploaded the wrong file. I'd appreciate a netlist or schematic.
?
Best Regards,
Mathias ? |
More syntax issues with 24.1.x
¿ªÔÆÌåÓýI have many testjigs that import digitised datasheet characteristic curves. An example of this would be:.subckt IB_400u 1 2 3 4 This is used with a G-source called IB_400u, which in this case is the? Ic vs. Vce characteristic of a transistor, i.e.: XG1 C 0 C 0 IB_400u The file BC848B_Ic_Vce_400u.inc is a simple table: +, 0, 0 +, 0.033713692946058194, 0.0037373737373737337 +, 0.07139456405596434, 0.007119195585620269 +, 0.09937242651150191, 0.01031229370884544 +, 0.11993258152246877, 0.014095645315621533 etc. This has always worked since LTspiceIV.
With 24.1.4, it no longer works. Apparently, the new syntax
checker works line by line, therefore the line:
B1 1 2 I=table(V(3,4) ..will fail due to unbalanced parentheses. There seems to be no workaround that I have yet been able to figure, as the .inc directive must appear at the start of a line. I have uploaded example schematic to illustrate this issue: OP_Characteristic_rounding. This issue seems to be related to the previously reported issue with nested .STEP directives of the form: .step param A? 0 10 1 ..where the 2nd line is failing with 24.1.x. Example schematic uploaded: LTspice_24.1_Step_problem. -- Regards, Tony |
Re: Stepping MOSFETs
¿ªÔÆÌåÓýOn 03/03/2025 18:28, Mathias Born via
groups.io wrote:
I have uploaded an example schematic that shows 3 options for stepping MOSFET models: Stepping_Models_pre-V24.1_workaround. Option 1: works only in 24.1 Option 2: works in all versions Option 3: fails completely in 24.1; fails 1st step, but works for 2nd step in pre-24.1 -- Tony |
Re: Can LTspice XVII and LTspice 24 Be Installed On the Same Win 10 Machine?
¿ªÔÆÌåÓýOn 03/03/2025 23:32, Jim wrote:
I currently have LTspice 17.1.14 installed on my Windows 10 computer.? Can the latest version of LTspice 24 be installed without uninstalling LTspice 17?All you have to do is to change the installation location, from: C:\Program Files\ADI\LTspice\ ..which is the default, to: C:\Program Files\ADI\LTspice 24.1\ LTspice 24.1 will become the default application for opening files, but you can choose XVII from the Desktop link, or Task Bar if you make a copy there. -- Regards, Tony |
Re: Can LTspice XVII and LTspice 24 Be Installed On the Same Win 10 Machine?
Hello Jim,
When you install 24, the installer will change all pointers in the registry.
After installation double-clicking any .asc, .asy, .net, .plt etc... will cause 24 to open.
?
Therefrom, the only way to use 17 will be to start it manually and throw your .asc, .asy, .net, .plt etc...? file onto it or use its open menu.
?
Also, I would make a copy of the 17 directory? from "Program Files" or where ever it is to somewhere safe in case Murphy's Law causes 24 to install on top of 17.
The copy of 17 can be put back anywhere if the original 17 gets clobbered by the 24 install.
Where ever 17 is stored it will run from there without issue by double-clicking the 17 .exe or via a shortcut to the 17 .exe.
17 will continue to use all the same library storage paths that it used to.
?
As for libraries, both 17 and 24 use "C:\Users\<user>\AppData\Local\LTspice\lib" to store the ADI supplied libraries.
Installing 24 will fully erase "C:\Users\<user>\AppData\Local\LTspice\lib" before installing all of ADI's latest stuff that comes with 24.
If you have your 3rd party library stuff also stored in "C:\Users\<user>\AppData\Local\LTspice\lib", as many have done in the past, make a copy of "C:\Users\<user>\AppData\Local\LTspice\lib" before installing 24.
You can sort out what models etc... you wish to keep and, where to store it going forward, after 24 is installed, because you made a complete copy of it.
?
All for now ?
?
Sent:?Monday, March 03, 2025 at 5:32 PM
From:?"Jim via groups.io" <jrteig@...> To:[email protected] Subject:?[LTspice] Can LTspice XVII and LTspice 24 Be Installed On the Same Win 10 Machine? I currently have LTspice 17.1.14 installed on my Windows 10 computer.? Can the latest version of LTspice 24 be installed without uninstalling LTspice 17?
?
Thanks
|
Re: Can LTspice XVII and LTspice 24 Be Installed On the Same Win 10 Machine?
¿ªÔÆÌåÓýYes. Some people have even more versions on
the same computer.? XVII and 24 store their working files in
different places on your computer. Don't be tempted to make any
changes to files held within Program Files. On 2025-03-03 22:32, Jim wrote:
--
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 |
Re: LTspice 24.1.4 - Limit function
Since limit() always has been implemented this way with if() functions, convergence isn't affected because there is no change.
Unfortunately it also means your efforts were in vain.
?
Best Regards,
Mathias ?
On Mon, Mar 3, 2025 at 10:36 PM, eetech00 wrote:
|
Re: LTspice 24.1.4 - Limit function
On Sun, Mar 2, 2025 at 11:44 PM, Mathias Born wrote:
Hi Mathias ?
In the past, I always tried to avoid if() statements to prevent convergence issues, and often used LIMIT to wrap if() statements.
So I was concerned on how this re-write would affect convergence.
? |
Re: Stepping MOSFETs
If you consult the help on the topic of sub-circuit instantiation (LTspice Simulator -> Circuit Elements -> X. Subcircuit) you'll see that this is indeed possible.
?
Best Regards,
Mathias ?
On Mon, Mar 3, 2025 at 08:16 PM, larryg wrote:
|