EdbDesignOptions#

class pyedb.dotnet.database.edb_data.design_options.EdbDesignOptions(active_cell)#

Overview#

suppress_pads

Whether to suppress non-functional pads.

antipads_always_on

Whether to always turn on antipad.

anti_pads_always_on

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

True if suppress non-functional pads is on, False otherwise.

property EdbDesignOptions.antipads_always_on#

Whether to always turn on antipad.

Returns:
bool

True if antipad is always on, False otherwise.

property EdbDesignOptions.anti_pads_always_on#

Whether to always turn on antipad.

Returns:
bool

True if antipad is always on, False otherwise.