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

Class LibraryData

SLiCAP/schematic/schematic_data.py:103–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101
102@dataclass
103class LibraryData:
104 x: float
105 y: float
106 file_path: str
107 directive: str = "lib" # "lib" or "inc"
108 simulator: str = "SLiCAP" # "SLiCAP" or "SPICE"
109 corner: str = "" # SPICE corner (only for SPICE .lib)
110
111
112@dataclass

Callers 2

to_dataMethod · 0.85
from_jsonMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected