Naming GenPts grids in Honeybee

Hi,
I’m trying to get unique names for different grids created with the GenPts component, like so:

I’m following this and this discussions, but the instead of getting the names I set I’m getting None as the name for all grids.
Checking the code of the HB_SetIdentifier component i see that the last line is:

hb_obj.display_name = None

If i comment this line i get the grids’ assigned names. I wonder if this code line is affecting whether I can identify each grid by name in post-processing analysis (grid filter). Also, it is OK to comment that line?

Attached the file where I’m trying to understand this issue.

Thanks,
-A.

NameGenPtsGrids.gh (63.5 KB)

The issue is solved. Just needed to graft the names on the GenPts component.
-A.