Padstack#

class pyaedt.modeler.advanced_cad.stackup_3d.Padstack(app, stackup, name, material='copper')[source]#

Provides the Padstack class member of Stackup3D.

Methods

Padstack.add_via([position_x, position_y, ...])

Insert a new via on this padstack.

Padstack.set_all_antipad_value(value)

Set all antipads in all layers to a specified value.

Padstack.set_all_pad_value(value)

Set all pads in all layers to a specified value.

Padstack.set_start_layer(layer)

Set the start layer to a specified value.

Padstack.set_stop_layer(layer)

Set the stop layer to a specified value.

Attributes

Padstack.num_sides

Number of sides on the circle, which is 0 for a true circle.

Padstack.padstacks_by_layer

Get the padstack definitions by layers.

Padstack.plating_ratio

Plating ratio between 0 and 1.