Keyboard Shortcuts
ctrl + shift + ? :
Показати всі комбінації клавіш
ctrl + g :
Не доступний для безкоштовних груп.
ctrl + shift + f :
Знайти
ctrl + / :
Сповіщення
esc to dismiss
Лайки
- LTspice
- Повідомлення
Пошук
Re: I wondered when this would happen.
Bernardino J. Buenaobra
analogspiceman wrote:
Hello: So now they finally changed it! I was wrestling with serious interlocking limitations of it when they asked me to teach them in their product engineers last year's summer! During that time I could'nt help to show them my LTSpice example for ECG signal processing because TINA can't even read PWL files? Anyway let me take a look. Berns B. |
Welcome to the Group
Ralph R. Reinhold
I've been using LTspice to model a few things and was surprised to
find out that there wasn't a users group. I've invited a few people to join who have contributed a lot in sci.electronics.cad and sci.electronics.design about SwitcherCAD III / LTspice. Feel free to post schematics, symbols, models, subcircuits and so forth in 'Files'; add to the Links; ask questions in the messages; etc. Ralph |
Arbitrary behavioral sources in spicecad3
I used a B source to make an inverter gate.
sim .subckt inv 1 2 b1 3 0 v=!(v(1)) r1 3 2 100 c1 2 0 10P .ends inv vin 10 0 pulse 0 10 1m 1n 1n 2m 4m x1 10 20 inv ic=0 r1 20 0 1meg .tran 100u 10m 0m 100u .end The behavior of the circuit seems to be ok but I got in the "spice error log" the following message: Circuit: sim Error: unknown token in: "[!](v(1))"Date: Sun Oct 13 22:16:06 2002 Total elapsed time: 0.050 seconds. tnom = 27 temp = 27 method = modified trap totiter = 792 traniter = 789 equations = 6 tranpoints = 383 accept = 357 rejected = 26 trancuriters = 0 I have no idea about this error, someone can give me an help? Stefano |
Re: Arbitrary behavioral sources in spicecad3
Stefano,
[...]Error: unknown token in: "[!](v(1))"[...]It's a spurious error message, and I've implemented the fix in the source code for the next maintenance release. In the meanwhile, you can either ignore the message or or rewrite b1 3 0 v=!(v(1)) as b1 3 0 v=inv(v(1)) --Mike __________________________________________________ Do you Yahoo!? Faith Hill - Exclusive Performances, Videos & More http://faith.yahoo.com |
Re: Arbitrary behavioral sources in spicecad3
Mike,
Thank you very much! Stefano Delfiore --- Panama Mike <panamatex@...> wrote: Stefano,[...]Error: unknown token in: "[!](v(1))"[...]It's a spurious error message, and I've implemented __________________________________________________ Do you Yahoo!? Faith Hill - Exclusive Performances, Videos & More http://faith.yahoo.com |
Re: The "potentiometer" model
Ralph R. Reinhold
Thanks Larry. It should be fixed now.
переключити цитоване повідомлення
Показати цитований текст
Ralph --- In LTspice@y..., "ve3crx" <ve3crx@r...> wrote:
The potentiometer model in the file area is missing the subcircuit. |
Re: The "potentiometer" model
rkpueschel
--- In LTspice@y..., "Ralph R. Reinhold" <rreinhold@a...> wrote:
Thanks Larry. It should be fixed now.subcircuit. Ralph where is this potentiometer.Only the .asy fil is there - in both directories I can't seem to find it. Thanks, Keith |
Re: The "potentiometer" model
Ralph R. Reinhold
It is in files under lib then sub. The symbol is under lib then sym.
переключити цитоване повідомлення
Показати цитований текст
I tried to stick to the format of the files loaded with LTSpice.
|
Re: The "potentiometer" model
rkpueschel
--- In LTspice@y..., "Ralph R. Reinhold" <rreinhold@a...> wrote:
It is in files under lib then sub. The symbol is under lib thensym. I tried to stick to the format of the files loaded with LTSpice.Ralph, I still can't seem to find it. I downloaded the last version of SWCADD. What is the potentiometer file names. Also in a post last month you mentioned something about a TUT folder. I don't have that folder in my SWCADD file folder as well. Is there somewhere I could down load this information. |
Re: The "potentiometer" model
Ralph R. Reinhold
-http://groups.yahoo.com/group/LTspice/files/
You're looking on your computer. Look in the Yahoo Groups. |
How to debug 'unknown device' message?
Mike Cowlishaw
Hello,
I'm experimenting with adding a custom model to use in SwitcherCADiii (I'm adding a Max931, but with a 'DIP8' symbol and using the Spice model from Maxim -- almost the same as an LTC1540). I have the symbol part working (Ralph's guide was very useful, I have some experiences to add about the semantics of PINs and their ordering if anyone interesting). I'm now as far as having the model start to run, but just get a message box: Spice error Error: Unknown device type in: xu1 n003 n002 n001 0 n002 n002 out 0 max931.fam max931 (which just looks like the call to the subcircuit with the filename and Value added). There's no additional information in the .log file. Anyone know how I can get more detailed information on the unknown device type, or do I just have to plough through the model 'by eye'? -- Mike Cowlishaw Coventry, UK |
Re: How to debug 'unknown device' message?
Ralph R. Reinhold
Mike
It looks like you may have not included a ".lib" command line in the schematic. For example, .lib standard.opamp .lib dly-line.sub .lib potentiometer.sub My guess is that you may need an include statement for this particular case to call the library. .include max931.fam But, I haven't used that command yet. Ralph --- In LTspice@y..., "Mike Cowlishaw" <mfcowli@a...> wrote: Hello,SwitcherCADiii (I'm adding a Max931, but with a 'DIP8' symbol and using the Spice modelfrom Maxim -- almost the same as an LTC1540). I have the symbol partworking (Ralph's guide was very useful, I have some experiences to add aboutthe semantics of PINs and their ordering if anyone interesting).message box: 0 max931.fam max931and Value added). There's no additional information in the .log file.device type, or do I just have to plough through the model 'by eye'? |
Re: How to debug 'unknown device' message?
Mike Cowlishaw
Ralph R. Reinhold wrote:
MikeOK, will investigate ... thanks! Though I think it is finding the file OK, because it complained when I had the wrong number of parameters on the .subckt statement. Mike Cowlishaw |
Re: How to debug 'unknown device' message?
--- Mike Cowlishaw <mfcowli@...> schrieb: >
Ralph R. Reinhold wrote: Hello Mike,Mikecommand line in the sorry for the late response, but I am more in open newsgroups until now. There I often help people starting with LTspice. If you still have problem with that MAX931 model, then let me know and I will do it as an example for you. Best Regards Helmut __________________________________________________________________ Gesendet von Yahoo! Mail - http://mail.yahoo.de Weihnachts-Einkufe ohne Stress! http://shopping.yahoo.de |
Re: How to debug 'unknown device' message?
Mike Cowlishaw
Helmut Sennewald wrote:
Hello Mike,Hi .. thanks for the reply! Which newsgroup do you suggest? I only went for the yahoo list because the LTspiceman pointed me towards it. If you still have problem with that MAX931 model, thenThat's very kind of you, I may take you up on that. (For now, I've switched to an LT device.) Mike |
LTSPice super utility is ready.
#LTSPUTIL
Hello,
I have written a utilty program that makes the LTSpice program even more useful. The features are: 1. Merge as many raw files you want into one raw file. The advantage is that you can have different simulations in one graph. 2. Extract data to your spreadsheet or favorite graph program. You select the signals you want ang get a column based output. 3. Equalize time steps of .TRAN simulation. Normally you have never exact the time steps you want in a raw file. This can become necessary if you want export data to other programs. These are the most important functions of the program. If you ever have experienced different simulations in one plot or easy exporting data to another graphic program, you will be impressed. I hope that in some future time, all these features are implented in LTSpice. Thanks to Mike Engelhardt for the great LTSpice and the support. Enjoy the program! Helmut |
Converting PSpice MOSFET models
I've only been using LTSpice for a couple of weeks and have finally
gotten stuck. I'm trying to import some additional MOSFET models (for example, http://www.onsemi.com/pub/Collateral/NTMD6P02R2.LIB ) and am at a loss on how to do it. I've waded through the online manuals and googled forever. I tried just copying values from the PSpice model into the standard.mos file but it's not clear what to copy. For example, in standard.mos the first parameter is "Rg". The manual states that "Rg" is "Gate ohmic resistance". But in the PSpice model the only line with Rg is "RG 2 7 10.013". Now since every other line in the standard.mos file has Rg=3 I'm totally confused on how to proceed. Can anyone provide any hints of guidance on how to import these? Thanks! |
Re: Converting PSpice MOSFET models
--- In LTspice@..., "ravton <ravton@y...>" <ravton@y...>
wrote: I've only been using LTSpice for a couple of weeks and have finallyfile but it's not clear what to copy.manual states that "Rg" is "Gate ohmic resistance". But in the PSpicemodel the only line with Rg is "RG 2 7 10.013". Now since every otherline in the standard.mos file has Rg=3 I'm totally confused on how toHello ravton, the provided model is a subcircuit. You can make a symbol like you would do it for a specific opamp. Another option is to use a more generalized symbol like my x-models. I have uploaded these x-models this evening to this group's files/library menues. There is also a help file there. Anyway I will send you an example with your model directly. If you still have problems with it, let me know. Best Regards Helmut |
1 - 20 з 154523
Повідомлення
Більше
Додаткові параметри
Більше
to navigate to use esc to dismiss