Getting space type

Hello,

I am trying to export the spaces properties into a Excel sheet.
I am currently building the elements list but I cannot extrace the space type.
I get “HVACLoadSpaceType” instead of the real space type name.

Any ideas?
Thanks.

You’re getting the element type, you need to follow that up with another element.getparametervaluebyname node to get the name of the space type. This can also be used to pull any other parameter value from the space type.

Thanks but unfortunately, this return an empty list.

Try the Element.Name node.

1 Like

Thanks @Nick_Boyts !