Dynamo Superstructure sample

Hi…
I am looking for a dynamo sample to create a superstructure with reference and variable parameters.

I have a family with parameters:
image
that I have to reference to variables in the axis. (in the axis there are 31 variables)
I created this script:

But i don’t understood if in the code block on the left i have to write the name of the parameters or the name of the variables.

Can you help me?

Thanks
Stefano

Hi,
The node “ComponentParameter” requires the Parameter Name, in case you want to assign a variable to it, then you would like to create and Expression or get it from the axis variables.
You can check this example to create a Superstructure in an exisisting Axis (just remove the .dat extension, .dyn files are not allowed somehow).
sbim_14_superstructure.dyn.dat (81.3 KB)