LTspice
Production
LTspice® is a powerful, fast, and free SPICE simulator software, schematic capture and waveform viewer with enhancements and models for improving the simulation...
LTspice on Analog.com
I’ve downloaded the Murata MLCC static library from:
www.murata.com/.../library-ltspice
The library and symbol files are unzipped to these directories:
C:\Users\<YourUser>\AppData\Local\LTspice\lib\sub\Contrib\Murata_static\MLCC\
C:\Users\<YourUser>\AppData\Local\LTspice\lib\sym\Contrib\Murata_static\MLCC\
I can find and place symbols (e.g. GRM188R60J226MEA0), but LTspice throws the error:
Could not open library file "GRM.lib".
I’ve also tried adding a library directive:
.lib Contrib\Murata_static\MLCC\GRM.lib
also with the full path and with escaped backslashes, but without success.
What am I missing?
Hi miv ,
C:\Users\<YourUser>\AppData\Local\LTspice\lib\sub\Contrib\Murata_static\MLCC\
C:\Users\<YourUser>\AppData\Local\LTspice\lib\sym\Contrib\Murata_static\MLCC\
Do not put your custom libraries in Appdata, as they will be overwritten when updating.
Note: You are using the static model, which appears to be only suitable for AC analysis. Just to make sure that is your intent. If you want to do any large signal analysis, you would need the dynamic model.
Warnings aside, the fastest solution:
You could get clever and create a directory structure for your custom libraries and define search paths in Settings, but above is the fastest solution. Note, the large number of symbols takes some time to load, so might best just to have the ones you use available to place.
mike
Hi miv ,
C:\Users\<YourUser>\AppData\Local\LTspice\lib\sub\Contrib\Murata_static\MLCC\
C:\Users\<YourUser>\AppData\Local\LTspice\lib\sym\Contrib\Murata_static\MLCC\
Do not put your custom libraries in Appdata, as they will be overwritten when updating.
Note: You are using the static model, which appears to be only suitable for AC analysis. Just to make sure that is your intent. If you want to do any large signal analysis, you would need the dynamic model.
Warnings aside, the fastest solution:
You could get clever and create a directory structure for your custom libraries and define search paths in Settings, but above is the fastest solution. Note, the large number of symbols takes some time to load, so might best just to have the ones you use available to place.
mike