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:
- position
list
List of float values for the [x,y] positions where the via is to be placed.
- definition_name
str
Name of the padstack definition.
- net_name
str
,optional
Name of the net. The default is
""
.- via_name
str
,optional
The default is
""
.- rotation
float
,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.
- position
- Returns:
dotnet.edb_core.edb_data.padstacks_data.EDBPadstackInstance