unique_name#

classmethod PinGroup.unique_name(layout, prefix)#

Get a unique pin group name in the layout using a given prefix.

Parameters:
layoutLayout

Layout to search for the pin group.

prefixstr

Prefix of the unique name.

Returns:
str

Name of the pin group found.