proteus-Honda-K-125-adapter/PyShell_pcbnew_startup.py

10 lines
308 B
Python
Raw Normal View History

2021-10-02 15:49:03 -07:00
### DEFAULT STARTUP FILE FOR KiCad Python Shell
# Enter any Python code you would like to execute when the PCBNEW python shell first runs.
# For example, uncomment the following lines to import the current board
# import pcbnew
# import eeschema
# board = pcbnew.GetBoard()
# sch = eeschema.GetSchematic()