Line Style Attributes list

I am trying to list the attributes of line styles to report to excel and compare. I see that there is a post with a Python script, but I can’t get a list from it.
https://forum.dynamobim.com/t/get-all-project-line-styles-and-attributes?source_topic_id=8559

I am using the Archi-Lab Get all line styles with Element.Name and I get the list of the line style names no problem.
I placed the script from the link above in a python node, but I don’t understand how to link it’s output into a list. When I link it to a list I get incomprehensible numbers and no names.

How is this script meant to be used?
Thanks for any insight you can provide.

Hi @agustavson Download bimorphNodes from the package manager and use bimorph.GetLineStylesAttributes (its in the packages Revit.LineStyles library)