unique_name# classmethod PinGroup.unique_name(layout, prefix)# Get a unique pin group name in the layout using a given prefix. Parameters: layoutLayoutLayout to search for the pin group. prefixstrPrefix of the unique name. Returns: strName of the pin group found.