User Tools

Site Tools


kicad:using_arbitrary_spice_engines_in_kicad_5

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
kicad:using_arbitrary_spice_engines_in_kicad_5 [2018/10/17 15:25] mithatkicad:using_arbitrary_spice_engines_in_kicad_5 [2019/01/04 21:41] (current) mithat
Line 19: Line 19:
 # * In this script: # * In this script:
 #       * Set CIRCUITNAME to point to the .cir file KiCad 5 generates. #       * Set CIRCUITNAME to point to the .cir file KiCad 5 generates.
-#       * Set SPICE_ENGINE to your desired SPICE engine. (You'll need to +#       * Set SPICE_ENGINE to your desired SPICE engine. (Hack the line 
-#         hack the line where it's invoked to add command line +#         where it's invoked to add any needed command line parameters.) 
-#         parameters or if it's weird.) +# * In the KiCad Netlist dialog's Spice tab, set the simulator to this 
-# * In the KiCad Netlist dialog SPICE tab, set the simulator to this file using +#   file using an absolute path. 
-#   an absolute path. +# * In the KiCad Netlist dialog's Spice tab, Run Simulator.
-# * In KiCad, Run Simulator.+
    
 # ----- config --------------------------------------------------------- # ----- config ---------------------------------------------------------
Line 31: Line 30:
    
 # The command for the SPICE engine you want to use: # The command for the SPICE engine you want to use:
-SPICE_ENGINE=spiceopus+SPICE_ENGINE="xterm -e ngspice"
 # ---------------------------------------------------------------------- # ----------------------------------------------------------------------
    
kicad/using_arbitrary_spice_engines_in_kicad_5.1539789923.txt.gz · Last modified: 2018/10/17 15:25 by mithat

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki