create#
- classmethod PadstackInstance.create(layout, net, name, padstack_def, position_x, position_y, rotation, top_layer, bottom_layer, solder_ball_layer=None, layer_map=None)#
Create a padstack instance.
- Parameters:
- layout
Layout Layout to create the padstack instance in.
- net
Net Net of the padstack instance.
- name
str Name of the padstack instance.
- padstack_def
PadstackDef Padstack definition of the padstack instance.
- position_xValueLike
Position x of the padstack instance.
- position_yValueLike
Position y of the padstack instance.
- rotationValueLike
Rotation of the padstack instance.
- top_layer
Layer Top layer of the padstack instance.
- bottom_layer
Layer Bottom layer of the padstack instance.
- solder_ball_layer
Layer Solder ball layer of the padstack instance or
Nonefor none.- layer_map
LayerMap Layer map of the padstack instance.
Noneor empty results in auto-mapping.
- layout
- Returns:
PadstackInstancePadstack instance created.