find_by_name#

classmethod DifferentialPair.find_by_name(layout, name)#

Find a differential pair by name in a given layout.

Parameters:
layoutLayout

Layout to search for the differential pair.

namestr

Name of the differential pair.

Returns:
DifferentialPair

Differential pair that was found. Check the is_null property of the returned differential pair to see if it exists.