Facing the realities that I'm going to have to deal with LTspice, I've decided to become the expert ;-) Noting that the INI file contains: SymbolSearchPath= LibrarySearchPath= Does anyone know if these fields can have multiple entries/directories, perhaps separated by ";", as in PSpice? This would be a handy feature and would somewhat obviate the current restriction of schematic and symbols in same directory. ...Jim Thompson -- | James E.Thompson | mens | | Analog Innovations | et | | Analog/Mixed-Signal ASIC's and Discrete Systems | manus | | STV, Queen Creek, AZ 85142 Skype: skypeanalog | | | Voice:(480)460-2350 Fax: Available upon request | Brass Rat | | E-mail Icon at http://www.analog-innovations.com | 1962 | "Those [of us] who dream by day are cognizant of many things which escape those who dream only by night" -Edgar Allan Poe
LTspice XVII INI File?
Started by ●February 19, 2018
Reply by ●February 19, 20182018-02-19
On Mon, 19 Feb 2018 12:33:46 -0700, Jim Thompson <To-Email-Use-The-Envelope-Icon@On-My-Web-Site.com> wrote:>Facing the realities that I'm going to have to deal with LTspice, I've >decided to become the expert ;-) > >Noting that the INI file contains: > >SymbolSearchPath= >LibrarySearchPath= > >Does anyone know if these fields can have multiple >entries/directories, perhaps separated by ";", as in PSpice? > >This would be a handy feature and would somewhat obviate the current >restriction of schematic and symbols in same directory. > > ...Jim ThompsonIf they are using Dot Net then yes, path seperators are supported in the Path class. I guess it would be easy to try it out. Cheers
Reply by ●February 19, 20182018-02-19
On Mon, 19 Feb 2018 12:33:46 -0700, Jim Thompson <To-Email-Use-The-Envelope-Icon@On-My-Web-Site.com> wrote:>Facing the realities that I'm going to have to deal with LTspice, I've >decided to become the expert ;-) > >Noting that the INI file contains: > >SymbolSearchPath= >LibrarySearchPath= > >Does anyone know if these fields can have multiple >entries/directories, perhaps separated by ";", as in PSpice? > >This would be a handy feature and would somewhat obviate the current >restriction of schematic and symbols in same directory. > > ...Jim ThompsonYes, indeedy-do, follows PSpice convention: SymbolSearchPath= LibrarySearchPath=C:\Directory_1;C:\Directory_2 INI File is located at: <C:\Users\Username\AppData\Roaming\LTspiceXVII.ini> Solves a lot of pain that version IV imposed. (Can also be entered via Tools/Control Panel/Sym & Lib Search Paths.) ...Jim Thompson -- | James E.Thompson | mens | | Analog Innovations | et | | Analog/Mixed-Signal ASIC's and Discrete Systems | manus | | STV, Queen Creek, AZ 85142 Skype: skypeanalog | | | Voice:(480)460-2350 Fax: Available upon request | Brass Rat | | E-mail Icon at http://www.analog-innovations.com | 1962 | It's what you learn, after you know it all, that counts.
Reply by ●February 19, 20182018-02-19
On Mon, 19 Feb 2018 18:39:08 -0500, Martin Riddle <martin_ridd@verizon.net> wrote:>On Mon, 19 Feb 2018 12:33:46 -0700, Jim Thompson ><To-Email-Use-The-Envelope-Icon@On-My-Web-Site.com> wrote: > >>Facing the realities that I'm going to have to deal with LTspice, I've >>decided to become the expert ;-) >> >>Noting that the INI file contains: >> >>SymbolSearchPath= >>LibrarySearchPath= >> >>Does anyone know if these fields can have multiple >>entries/directories, perhaps separated by ";", as in PSpice? >> >>This would be a handy feature and would somewhat obviate the current >>restriction of schematic and symbols in same directory. >> >> ...Jim Thompson > >If they are using Dot Net then yes, path seperators are supported in >the Path class. >I guess it would be easy to try it out. > >CheersYep, I just did get around to trying it... works just great! ...Jim Thompson -- | James E.Thompson | mens | | Analog Innovations | et | | Analog/Mixed-Signal ASIC's and Discrete Systems | manus | | STV, Queen Creek, AZ 85142 Skype: skypeanalog | | | Voice:(480)460-2350 Fax: Available upon request | Brass Rat | | E-mail Icon at http://www.analog-innovations.com | 1962 | It's what you learn, after you know it all, that counts.