create#
- classmethod Bondwire.create(layout, bondwire_type, definition_name, placement_layer, width, material, start_context, start_layer_name, start_x, start_y, end_context, end_layer_name, end_x, end_y, net)#
Create a bondwire.
- Parameters:
- layout
Layout
Layout to create the bondwire in.
- bondwire_type
BondwireType
Type of the bondwire. Options are
kAPDBondWire
andkJDECBondWire
.- definition_name
str
Bondwire definition name.
- placement_layer
str
Layer name to create the bondwire on.
- width
Value
Bondwire width.
- material
str
Bondwire material name.
- start_context
CellInstance
Start context.
None
means top-level,.- start_layer_name
str
Name of the start layer.
- start_x
Value
X value of the start point.
- start_y
Value
Y value of the start point.
- end_context
CellInstance
End context: End content.
None
means top-level.- end_layer_name
str
Name of the end layer.
- end_x
Value
X value of the end point.
- end_y
Value
Y value of the end point.
- net
str
orNet
orNone
Net of the bondwire.
- layout
- Returns:
Bondwire
Bondwire object created.