Keyboard Shortcuts
Likes
- LTspice
- Messages
Search
Re: Looking for ideal fully differential amplifier spice model
On Sun, Dec 22, 2024 at 08:46 AM, John Woodgate wrote:
Yes, because it's quite easy, and probably cheaper, to use 2 or 3 sections of a quad opamp to make a good balanced-in/balanced-out circuit. XSPICE models are minimalistic and designed for speed. Complex models would slow simulations to a crawl. In this case the "XSPICE way" for making a fully differential OpAmp creates a model with limitations and the odd "feature" it doesn't care if inputs or outputs are swapped. |
Re: Whither 4053_tercio.asy
Hello John W.
I have uploaded the complete Robertugo/SwitchAna files from my personal archive.
It appears to contain all that is needed for the 4051, 52 and 53 parts.
I hope this helps.
?
All for now
?
Sent:?Saturday, December 21, 2024 at 2:40 PM
From:?"John Waugaman via groups.io" <jwaugaman@...> To:[email protected] Subject:?[LTspice] Whither 4053_tercio.asy The analog switch library "SwitchAna.Lib" makes reference to various symbols (e.g.? "4053_tercio.asy") and phrases like "The model needs two params: Vcc & Vel see the circuit example..".? Where might I find these?
John
?
|
Re: Looking for ideal fully differential amplifier spice model
¿ªÔÆÌåÓýYes, because it's quite easy, and probably
cheaper, to use 2 or 3 sections of a quad opamp to make a good
balanced-in/balanced-out circuit. On 2024-12-22 13:31, Tom via groups.io
wrote:
-- OOO - Own Opinions Only Best Wishes John Woodgate Keep trying |
Re: Looking for ideal fully differential amplifier spice model
Tom,
?
Maybe you did not understand my question.
?
Are you looking for a model to run in LTspice, or are you looking for a model to run in XSPICE (or other SPICE programs)?
?
The ideal op-amp models that come with LTspice have single-ended outputs so they are not what you are looking for -- but my point is that it is an LTspice-unique model making it something that would not run in XSPICE or other SPICE programs.
?
So -- here it is again -- are you looking for a model that runs in LTspice, or are you looking for a model that runs in XSPICE?? If someone made a modification of the LTspice ideal op-amp model with differential outputs, would that satisfy your needs, knowing that it does not play with XSPICE?
?
Andy
? |
Re: Looking for ideal fully differential amplifier spice model
The generic Spice model would be usable in LTspice or Spice programs that support XSPICE. I found 2 on this forum from 2011 using various search terms.
?
There are many choices for an generic OpAmp with SE output but it seems few for DE output. |
Re: Looking for ideal fully differential amplifier spice model
On Sat, Dec 21, 2024 at 11:09 PM, Tom wrote:
I am a little confused about the request.? Does that mean you want a model that will be used in XSPICE?? Or one for LTspice that behaves similarly to a model you already have for XSPICE?
?
If it is for LTspice, can it be for LTspice only (using LTspice-unique constructs)?
?
Andy
? |
Looking for ideal fully differential amplifier spice model
Looking for ideal fully differential amplifier spice model for XSPICE simulations. The one I have based on the XSPICE "gain" code model doesn't have any CMRR or care if outputs are swapped. Anything based on dependent sources would be good.
?
* XSPICE Fully Differential OpAmp
.subckt opamp inp inn outp outn in_offset=0 gain=300e3 out_offset=0 aint %vd(inp inn) %vd(outp outn) amp .model amp gain (in_offset='in_offset' gain='gain' out_offset='out_offset') .ends opamp ?
The SE output OpAmp using the same structure works fine...
?
|
Re: Whither 4053_tercio.asy
¿ªÔÆÌåÓýStory of my life! That's why I usually use
'JMW' rather than 'JW', but at one time there were at least
three people called John Michael Woodgate (only very distantly
related, if at all) in Britain. On 2024-12-21 23:36, Andy I via
groups.io wrote:
-- OOO - Own Opinions Only Best Wishes John Woodgate Keep trying |
Re: Whither 4053_tercio.asy
¿ªÔÆÌåÓýI can live without them, and I'm sure Andy
will provide all the help you need. On 2024-12-21 23:25, Andy I via
groups.io wrote:
-- OOO - Own Opinions Only Best Wishes John Woodgate Keep trying |
Re: Whither 4053_tercio.asy
On Sat, Dec 21, 2024 at 06:17 PM, Mike Fraser wrote:
Thanks, Mike. ?
I don't know if it matters (to John W), but your uploaded .zip file is missing the symbols "1To2.asy" and "switchana.asy".
?
Andy
?
? |
Re: Whither 4053_tercio.asy
A much older version of "SwitchAna.Lib" was also mentioned in this 2008 message thread:
/g/LTspice/topic/50176653 ("X046 Lib & Cmos Switchs Libs")
but it appears they did not successfully upload the library containing that and other files.
?
It looks like they may have uploaded the whole thing to a different Yahoo!Group which does not exist anymore.? There may be some hope of finding it again but don't hold your breath.? (At one time I downloaded the files from the extinct LTspiceDocs group, but I might not be able to find them today.)
?
That 2008 message thread also mentions "LTspicePlus", which I think was another large collection of user-contributed models and files to use with LTspice.? I think you can find LTspicePlus at the LTwiki website, here:
? ?
Scroll down to "New Updated Version".
?
I think LTspicePlus downloads as a self-extraction .exe file - so it is really a .zip file with self-unzipping code included.? Maybe that librarry contains all the missing information you seek.
?
Andy
? |
Re: Whither 4053_tercio.asy
On Sat, Dec 21, 2024 at 02:40 PM, John Waugaman wrote:
It's difficult to trace back in time, 7 years later.? But the library file "SwitchAna.Lib" was uploaded and mentioned in this thread: /g/LTspice/topic/50239806 ("Question about CD4053").
Unfortunately, that .Lib file was the only thing uploaded then.? Bordodynov was the uploader, and he is still occasionally active in this group so maybe he can fill in the gaps.
?
Regarding the missing parameters, just define them yourself, maybe something like this:
? ? .param Vcc=10? ?(use your actual voltage)
? ? .param Vel=1? ?(guessing that Vel is a relative speed setting where 1 = nominal)
?
For the LTspice symbol, I suggest drawing it yourself.? So, for the 4053, draw the symbol for a CD4053, see how the pins line up with the .SUBCKT definition (".Subckt 4053_tercia I inh xio yio xoy"), and you might be good to go.
?
That .Lib file apparently came from somewhere else, and the one .Lib file might be the only thing that made it into this group's Files.? I suggest carefully reading the thread above about the CD4053 to see if you can find any clues.? Otherwise, wait to hear from Bordodynov himself.
?
Andy
?
? |
Re: OPA891 / OPA2891 Model Needed
On Sat, Dec 21, 2024 at 12:20 PM, <info@...> wrote:
Just to be clear - ?
Adding "OPA891" as the Value2 attribute has nothing to do with putting your symbols and models in your user-defined locations.
?
Andy
? |
Re: OPA891 / OPA2891 Model Needed
¿ªÔÆÌåÓýProblem solved: I added "OPA891" to Value 2 in both my OPA891 and OPA2891 symbols and now my sims all work using my user defined locations. Thanks to all who helped me figure this out. You spent precious time helping me and I deeply grateful. Steve ?
On 2024-12-21 11:46, Andy I via groups.io wrote:
|