delete_single_pin_rlc#
- Components.delete_single_pin_rlc(deactivate_only: bool = False) list [source]#
Delete all RLC components with a single pin. Single pin component model type will be reverted to
"RLC"
.- Parameters:
- deactivate_onlybool,
optional
Whether to only deactivate RLC components with a single point rather than delete them. The default is
False
, in which case they are deleted.
- deactivate_onlybool,
- Returns:
list
List of deleted RLC components.
Examples
>>> from pyedb import Edb >>> edbapp = Edb("myaedbfolder") >>> list_of_deleted_rlcs = edbapp.components.delete_single_pin_rlc() >>> print(list_of_deleted_rlcs)