find#
- classmethod ComponentPin.find(comp_def, name)#
Find a component pin in a given component definition.
- Parameters:
- comp_def
ComponentDef
Component definition to search for the component pin.
- name
str
Name of the component pin.
- comp_def
- Returns:
ComponentPin
Component pin found,
None
otherwise.