ControlFileComponents#
- class pyedb.grpc.database.control_file.ControlFileComponents#
Manages components for the control file.
Overview#
Add a new component. |
Import detail#
from pyedb.grpc.database.control_file import ControlFileComponents
Attribute detail#
Method detail#
- ControlFileComponents.add_component(ref_des: str, partname: str, component_type: str, die_type: str = 'None', solderball_shape: str = 'None') ControlFileComponent#
Add a new component.
- Parameters:
- ref_des
str Reference designator.
- partname
str Part name.
- component_type
str Component type (“IC”, “IO”, or “Other”).
- die_type
str,optional Die type (“None”, “Flip chip”, or “Wire bond”). Default is “None”.
- solderball_shape
str,optional Solderball shape (“None”, “Cylinder”, or “Spheroid”). Default is “None”.
- ref_des
- Returns:
ControlFileComponentCreated component object.