Setting Structural framing Dimensions using dynamo

I am newbie to dynamo, I managed to create duplicate structural framing types from excel using dynamo. Can I set the “type parameter” of the beams width & depth using Dynamo too? here is sample of the of the beams but the real list is huge
2018-05-30_13h48_34

Hi @alaa.s.zayadneh

Use SetParameterByName node after you duplicate structural framing types.

thank you, i tried that before i put the post & didn’t work, I found that i used code block for the parameter name but i forgot to put the parameter name in " " & that’s y it didn’t work with me before.