Open Kicad Schematic Button
Note
Source : /src/projManagement/Kicad.py
- class projManagement.Kicad.Kicad(dockarea)
This class called the Kicad Schematic, KicadtoNgspice Converter, Layout editor and Footprint Editor Initialise validation, appconfig and dockarea
- @params
- :dockarea => passed from DockArea in frontEnd folder, consists
of all functions for dockarea
@return
- check_open_schematic()
This function checks if any of the project’s schematic is open or not
@params
- @return
True => If the project’s schematic is not open False => If the project’s schematic is open
- openKicadToNgspice()
This function create command to validate and then call KicadToNgSPice converter from DockArea file
@params
@return
- openSchematic()
This function create command to open Kicad schematic after appropriate validation checks
@params
@return