组件工厂类
Definition at line 191 of file component_interface.py.
◆ __init__()
◆ _create_logic_circuit()
zlayout.component_interface.ComponentFactory._create_logic_circuit |
( |
| self, |
|
|
str | name, |
|
|
str | circuit_type, |
|
|
** | kwargs ) |
|
protected |
◆ create_component()
ComponentInterface zlayout.component_interface.ComponentFactory.create_component |
( |
| self, |
|
|
str | component_name, |
|
|
str | component_type = None, |
|
|
** | kwargs ) |
◆ register_custom_type()
zlayout.component_interface.ComponentFactory.register_custom_type |
( |
| self, |
|
|
str | type_name, |
|
|
| circuit_class ) |
◆ custom_types
dict zlayout.component_interface.ComponentFactory.custom_types = {} |
◆ db
zlayout.component_interface.ComponentFactory.db = db |
The documentation for this class was generated from the following file: