Setting Electric to Simulate with LTspice running under Wine
Authored
by Min Lan,
09/01/2013
Following instructions on this page to install Electric, instruction on how to install LTspice on Wine is not provided here.
To link LTspice on Wine to Electric, follow instructions on Using LTspice with Electric however,
use the following path/arguments instead:
Run Program:
wine
(or full path to wine binary)
with args:
--bottle sim C:\Program
Files\LTC\LTspiceIV\scad3.exe -i ${FILENAME} -r ${FILENAME_NO_EXT}.raw
-o ${FILENAME_NO_EXT}.out
Note: "sim" is the name of the bottle in which LTspice is installed.
Return to EE 421 Labs