MCPcopy Create free account
hub / github.com/SLiCAP/SLiCAP_python / corner

Method corner

SLiCAP/schematic/library_link_dialog.py:82–85  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

80 return self._file_edit.text().strip()
81
82 def corner(self) -> str:
83 if self.directive() == "lib" and self.simulator() == "SPICE":
84 return self._corner_edit.text().strip()
85 return ""

Callers 2

mouseDoubleClickEventMethod · 0.80

Calls 3

directiveMethod · 0.95
simulatorMethod · 0.95
textMethod · 0.80

Tested by

no test coverage detected