EdbDesignOptions#
- class pyedb.dotnet.database.edb_data.design_options.EdbDesignOptions(active_cell)#
Overview#
Whether to suppress non-functional pads. |
|
Whether to always turn on antipad. |
|
Whether to always turn on antipad. |
Import detail#
from pyedb.dotnet.database.edb_data.design_options import EdbDesignOptions
Property detail#
- property EdbDesignOptions.suppress_pads#
Whether to suppress non-functional pads.
- Returns:
- bool
Trueif suppress non-functional pads is on,Falseotherwise.