I am trying to have Dynamo get the Load Classification parameter from all my project’s Electrical Circuits but even though the parameter is there and both Revit and Dynamo can see it, I cannot get it to come up using Element.GetParameterValueByName. Is anyone else having this issue? Does anyone know how I could even begin to fix this?
What do the properties look like in Revit? Do you have multiple elements with different load classes on the same circuit? Can you try a circuit with a single element?
What happens when you use the getparameterbyname node instead of the get parameter value? This will output the parameter name and parameter value. Maybe this output will clarify what goes wrong here.
What do you mean by “What do the properties look like in Revit”? Correct me if I’m wrong but Load Classification is a system property and I don’t think I’m able to do much other than just add or subtract load types.
I just set up a project with a single panel and a receptacle and I get the same result, see attached.
Well, yes I can. Thanks for the work around! Any ideas as to what could be causing this issue? Could it be something with the Revit project? Other projects do not give me this issue.