get_through_resistor_list#
- Components.get_through_resistor_list(threshold=1)[source]#
Retrieve through resistors.
- Parameters:
- threshold
int
,optional
Threshold value. The default is
1
.
- threshold
- Returns:
list
List of through resistors.
Examples
>>> from pyedb import Edb >>> edbapp = Edb("myaedbfolder", "project name", "release version") >>> edbapp.components.get_through_resistor_list()