Dock Area Component

class frontEnd.DockArea.DockArea

This class contains function for designing UI of all the editors in dock area part:

  • Test Editor.
  • Model Editor.
  • Python Plotting.
  • Ngspice Editor.
  • Kicad to Ngspice Editor.
  • Subcircuit Editor.
  • Modelica editor.
closeDock()

This function checks for the project in dock_dict and closes it.

createTestEditor()

This function create widget for Library Editor

kicadToNgspiceEditor(clarg1, clarg2=None)

This function is creating Editor UI for Kicad to Ngspice conversion.

modelEditor()

This function defines UI for model editor.

modelicaEditor(projDir)

This function sets up the UI for ngspice to modelica conversion.

ngspiceEditor(projDir)

This function creates widget for Ngspice window.

plottingEditor()

This function create widget for interactive PythonPlotting.

subcircuiteditor()

This function creates a widget for different subcircuit options.

usermanual()

This function creates a widget for user manual.