ZLayout EDA Library v1.0.0
Advanced Electronic Design Automation Layout Library with Bilingual Documentation
|
Classes | |
class | ComponentDatabase |
class | ComponentSpec |
Variables | |
db = ComponentDatabase("eda_components.db") | |
library = db.get_component_library() | |
passive_components = db.search_components(category="passive") | |
custom_id | |
module_id | |
comp = db.get_component(custom_id) |
EDA组件数据库系统(简化版) 使用SQLite存储组件参数,支持灵活的组件定义和用户自定义模块
zlayout.component_db.comp = db.get_component(custom_id) |
Definition at line 324 of file component_db.py.
zlayout.component_db.custom_id |
Definition at line 297 of file component_db.py.
zlayout.component_db.db = ComponentDatabase("eda_components.db") |
Definition at line 281 of file component_db.py.
zlayout.component_db.library = db.get_component_library() |
Definition at line 285 of file component_db.py.
zlayout.component_db.module_id |
Definition at line 314 of file component_db.py.
zlayout.component_db.passive_components = db.search_components(category="passive") |
Definition at line 291 of file component_db.py.