Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
_on_place_library_link
Method · 0.95
mouseDoubleClickEvent
Method · 0.80
Calls
3
directive
Method · 0.95
simulator
Method · 0.95
text
Method · 0.80
Tested by
no test coverage detected