Extract Mechanical System Type from Duct Elements

Hi All, I need to create a unique id to Duct based on its Level, Mechanical System Type, Size (Width and Height) and its offset level.
I have no problem to sort out the Level, Size and Offset Level. However, I am having problem with the Mechanical System Type. In the revit model I can clearly see the System Type info in the Property Panel but yet I am not able to get it to list with Dynamo.
I have created a Dynamo file for this and manage to get out an Excel file from it but the Mechanical System Type return MechanicalSystemType instead of the value in the model.
I am new with Dynamo and need help on this.

Many Thanks

Try an Element.Name node after the GetParameter node.

T_Pover , many thanks on the advice. Work like a charm!

1 Like