ZLayout EDA Library v1.0.0
Advanced Electronic Design Automation Layout Library with Bilingual Documentation
|
Public Member Functions | |
__init__ (self, str name, geometry, str component_type="generic") | |
add_pin (self, zlayout.Point point, str pin_name="") | |
__init__ (self, str name, geometry, str component_type="generic") | |
add_pin (self, zlayout.Point point, str pin_name="") |
Public Attributes | |
name = name | |
geometry = geometry | |
component_type = component_type | |
list | pins = [] |
Represents a circuit component with properties.
Definition at line 22 of file eda_circuit_example.py.
eda_circuit_example.CircuitComponent.__init__ | ( | self, | |
str | name, | ||
geometry, | |||
str | component_type = "generic" ) |
Definition at line 25 of file eda_circuit_example.py.
eda_circuit_example.CircuitComponent.__init__ | ( | self, | |
str | name, | ||
geometry, | |||
str | component_type = "generic" ) |
Definition at line 25 of file eda_circuit_example.py.
eda_circuit_example.CircuitComponent.add_pin | ( | self, | |
zlayout.Point | point, | ||
str | pin_name = "" ) |
Add a pin to the component.
Definition at line 31 of file eda_circuit_example.py.
eda_circuit_example.CircuitComponent.add_pin | ( | self, | |
zlayout.Point | point, | ||
str | pin_name = "" ) |
Add a pin to the component.
Definition at line 31 of file eda_circuit_example.py.
eda_circuit_example.CircuitComponent.component_type = component_type |
Definition at line 28 of file eda_circuit_example.py.
eda_circuit_example.CircuitComponent.geometry = geometry |
Definition at line 27 of file eda_circuit_example.py.
eda_circuit_example.CircuitComponent.name = name |
Definition at line 26 of file eda_circuit_example.py.
list eda_circuit_example.CircuitComponent.pins = [] |
Definition at line 29 of file eda_circuit_example.py.