MCPcopy Index your code
hub / github.com/SLiCAP/SLiCAP_python / _on_place_library_link

Method _on_place_library_link

SLiCAP/schematic/window.py:295–301  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

293 self._scene.start_library_placement(path)
294
295 def _on_place_library_link(self):
296 from .library_link_dialog import LibraryLinkDialog
297 dlg = LibraryLinkDialog(parent=self)
298 if dlg.exec() and dlg.file_path():
299 self._scene.start_library_placement(
300 dlg.file_path(), dlg.directive(), dlg.simulator(), dlg.corner()
301 )
302
303 def _on_place_model_definition(self):
304 from .model_dialog import ModelDialog

Callers

nothing calls this directly

Calls 6

file_pathMethod · 0.95
directiveMethod · 0.95
simulatorMethod · 0.95
cornerMethod · 0.95
LibraryLinkDialogClass · 0.85

Tested by

no test coverage detected