EDBPadProperties#
- class pyedb.dotnet.database.edb_data.padstacks_data.EDBPadProperties(edb_padstack, layer_name, pad_type, p_edb_padstack)#
Bases:
objectManages EDB functionalities for pad properties.
- Parameters:
Examples
>>> from pyedb import Edb >>> edb = Edb(myedb, edbversion="2021.2") >>> edb_pad_properties = edb.padstacks.definitions["MyPad"].pad_by_layer["TOP"]
Overview#
Convert an integer to an EDB.PadGeometryType. |
|
Convert an integer to an EDB.PadGeometryType. |
Geometry type. |
|
Get the shape of the pad. |
|
Parameters. |
|
Parameters value in string format. |
|
Parameters. |
|
Get parameters. |
|
Offset for the X axis. |
|
Offset for the Y axis. |
|
Rotation. |
Import detail#
from pyedb.dotnet.database.edb_data.padstacks_data import EDBPadProperties
Property detail#
- property EDBPadProperties.shape#
Get the shape of the pad.
- property EDBPadProperties.parameters_values_string#
Parameters value in string format.
Attribute detail#
- EDBPadProperties.layer_name#
- EDBPadProperties.pad_type#
Method detail#
- EDBPadProperties.int_to_pad_type(val=0)#
Convert an integer to an EDB.PadGeometryType.