Keyboard Shortcuts
Likes
- LTspice
- Messages
Search
Re: OPA891 / OPA2891 Model Needed
开云体育Very good advice. You can also, with
advantage, do both; save in both locations, so that in 2027 you
won't need to recall which? schematic directory the model is in. On 2024-12-20 14:45, Andy I via
groups.io wrote:
Keep that model file in the same directory with your schematic - or move it to one of your User-defined Lib. Search Path folders. -- OOO - Own Opinions Only Best Wishes John Woodgate Keep trying |
Re: OPA891 / OPA2891 Model Needed
Just in case it was not obvious already -
?
Use LTspice's "opamp2" symbol with this model, after making the change to the model file.
?
Change the name next to the symbol from "opamp2" to "OPA891".
?
Also add this line:
? ? .lib OPA891_Movel_V1p1.lib
to your schematic.? Keep that model file in the same directory with your schematic - or move it to one of your User-defined Lib. Search Path folders.
?
Andy
? |
Re: OPA891 / OPA2891 Model Needed
On Fri, Dec 20, 2024 at 09:18 AM, <info@...> wrote:
It is a SPICE model.
?
TINA-TI can use either generic SPICE models, or models using their own format which only work in their program.? Fortunately, this one is a SPICE model.? ?In that respect, there should be nothing to convert.
?
That is true - to the extent that the pin-order is really a "standard".? There is a customary pin-order that most op-amp SPICE models use, but not all.? This is one of the exceptions.
?
There are multiple ways to "fix" that.? The easiest, is to open the OPA891 SPICE? model in a text editor (LTspice has a pretty good text editor built-in), and change this line:
? ? .subckt OPA891 IN+ IN- OUT V+ V-
to this:
? ? .subckt OPA891 IN+ IN- V+ V- OUT
While you are at it, also delete the very last line in the file:
? ? .END
because it has no place being in a SPICE model.? Then save the file.
?
Andy
? |
OPA891 / OPA2891 Model Needed
TI is publishing the OPA891 model only for their TINA program. I understand there is a procedure to extract the TINA model information and make a LTSpice-compatible model.
I also understand that the TINA model uses non-standard pin order to assign nodes to its opamp symbol so that needs to be fixed.
I struggle to install a new spice model into my installation, mainly because I do it very seldom and forget how to do it when I need to do it again.? Has someone already come up with a working LTSpice model of the 0PA891 that I can install in my system?
Thanks! |
Re: RON vs Vds
开云体育I suppose that Rds depends on die temperature,
too, so large signal Rds is a thicket, not a value. On 2024-12-20 12:25, Andy I via
groups.io wrote:
-- OOO - Own Opinions Only Best Wishes John Woodgate Keep trying |
Re: RON vs Vds
On Thu, Dec 19, 2024 at 09:41 PM, <abanindra.kumarmandal.ece24@...> wrote:
Even in the FET's linear region, it is nonlinear.? It is unlikely that a JFET or MOSFET has an Rds that is actually linear, in the so-called linear region.? It "bends", even there.
?
But if you found a FET whose Rds was strictly linear, then there would be no difference between small-signal and large-signal Rds.
?
Andy
?
|
Re: Separate from .CKT for .lib file
On Thu, Dec 19, 2024 at 09:00 PM, Mirza wrote:
It's impossible to say anything about your files or models, without seeing them.
?
But I will say that you probably can separate the photodiode part of the model from the amplifier part of the model.? Usually they can easily be separated.
?
By the way, filename extensions do not make any difference.? Maybe they mattered if they were made for a different simulator, but LTspice doesn't care whether it is .CKT or .LIB or .MOD or .Nonsense.
?
That is puzzling and I don't know what you mean.? Is the model encrypted?? If it is, then much of it would look like confusing data.? It is usually easy to tell when a model is encrypted by looking for the telltale identifiers.? Let's assume that it is not. ?
Perhaps the model uses tables, which could be extensive.
?
I am confused that you say you know how to make a SPICE model from those files, yet some of their contents are unknown.? That doesn't make much sense.
?
Andy
? |
Re: Separate from .CKT for .lib file
Anything is possible if you know what you are doing. Why not post your files by uploading them to the \Temp folder. That way we are in a better position to help you. Best method is to combine the into a ".zip" file. DO NOT use any other form of compression. Thanks. |
Separate from .CKT for .lib file
Hi
I got a .CKT file and .lib file of photodiode and transimpedance amplifier.
I know how to make spice model from these files.
However, I want to separate transimpedance amplifier part from the .CKT file or .lib file.
Is it possible to separate?
The lib file has many raw data which are unknown to me.
? |
Re: Placing a Symbol and its .cir "Manually" into a schematic
开云体育I finally saved a copy of the symbol in the local (“.”) folder, one of the two I now have access to. ? ? From: [email protected] <[email protected]> On Behalf Of
Tony Casey
Sent: Thursday, December 19, 2024 2:29 PM To: [email protected] Subject: EXTERNAL: Re: [LTspice] Placing a Symbol and its .cir "Manually" into a schematic ? On 19/12/2024 22:29, Bell, Dave via groups.io wrote: You should be able to bring up the current folder from F2 by selecting it from the "Top Directory" drop-down selector at the top of the dialogue. _._,_._,_ |
Re: LTspice 24.1 Beta Available Now
开云体育On 19/11/2024 03:32, j.a.morgan.gm via
groups.io wrote:
LTspice already supports environmental variables though the operating system calls it uses. Unfortunately, though, it doesn't acknowledge this if you try to view a model file linked by: .lib ModelFileName.sub .. when used with, for example, an environmental variable called %MyModelLibs% that is listed in Settings > Search Paths > Library Search Paths. However, in practice, LTspice still finds ModelFileName.sub, provided it really does exist in the folder pointed to by %MyModelLibs%, when an analysis is run. Rather unhelpfully, LTspice tells you that %MyModelLibs% doesn't exist when you add it to Settings > Search Paths > Library Search Paths, but you can override this and tick "Add it anyway". -- Regards, Tony |
Re: LTspice 24.1 Beta Available Now
开云体育Beta, Betta, Bettastill. On 2024-12-19 22:28, Andy I via
groups.io wrote:
-- OOO - Own Opinions Only Best Wishes John Woodgate Keep trying |
Re: Placing a Symbol and its .cir "Manually" into a schematic
开云体育On 19/12/2024 22:29, Bell, Dave via
groups.io wrote:
You should be able to bring up the current folder from F2 by selecting it from the "Top Directory" drop-down selector at the top of the dialogue. -- Regards, Tony |
Re: LTspice 24.1 Beta Available Now
On Thu, Dec 19, 2024 at 05:15 PM, BRUCE108 wrote:
I think the Beta version was taken down a couple of weeks ago, probably while Analog Devices works out the bugs.
?
I did not see any confirmation of that, but I think it is the most likely reason.
?
I have heard nothing about a newer Beta version yet, so I guess it's just wait and see until ADI has one ready for the masses.
?
Andy
?
?
|
Re: RON vs Vds
开云体育On 19/12/2024 20:43,
abanindra.kumarmandal.ece24@... wrote:
If I want to plot RON vs Vds is nmos in ltspice... Should I do d(Vds)/d(Id) or VDS/ID?... Please help as whether RON is a large signal parameter or small signal??You should use d(Vds)/d(Id) because it is a non-linear function. -- Regards, Tony |