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

Function _createCircuit

SLiCAP/SLiCAPyacc.py:280–282  ·  view source on GitHub ↗
(name, cirType)

Source from the content-addressed store, hash-verified

278 return
279
280def _createCircuit(name, cirType):
281 newCircuit = circuit()
282 _saveCircuit(newCircuit, name, cirType)
283
284def _addTitle(name, cirType, title):
285 global _CIRCUITS, _USERCIRCUITS, _SLiCAPCIRCUITS

Callers 1

_parseNetlistFunction · 0.85

Calls 2

circuitClass · 0.90
_saveCircuitFunction · 0.85

Tested by

no test coverage detected