place#

EdbPadstacks.place(position, definition_name, net_name='', via_name='', rotation=0.0, fromlayer=None, tolayer=None, solderlayer=None, is_pin=False)[source]#

Place a via.

Parameters:
positionlist

List of float values for the [x,y] positions where the via is to be placed.

definition_namestr

Name of the padstack definition.

net_namestr, optional

Name of the net. The default is "".

via_namestr, optional

The default is "".

rotationfloat, optional

Rotation of the padstack in degrees. The default is 0.

fromlayer

The default is None.

tolayer

The default is None.

solderlayer

The default is None.

is_pinbool, optional

Whether if the padstack is a pin or not. Default is False.

Returns:
pyaedt.edb_core.edb_data.padstacks_data.EDBPadstackInstance