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
kAPDBondWireandkJDECBondWire.- definition_name
str Bondwire definition name.
- placement_layer
str Layer name to create the bondwire on.
- widthValueLike
 Bondwire width.
- material
str Bondwire material name.
- start_context
CellInstance Start context
Nonemeans top-level,.- start_layer_name
str Name of the start layer.
- start_xValueLike
 X value of the start point.
- start_yValueLike
 Y value of the start point.
- end_context
CellInstance End content
Nonemeans top-level.- end_layer_name
str Name of the end layer.
- end_xValueLike
 X value of the end point.
- end_yValueLike
 Y value of the end point.
- netNetLike or 
None Net of the bondwire.
- layout
 - Returns:
 BondwireBondwire object created.