Get and Set ParameterBuiltIN

Hello,

i want to get values from BuiltIn Parameter withouth any package but unfortunately my approach does not work. I don’t found out the solution. Does anyone have a tip.


And as next step, i want to set BuiltIn Parameter.

After all my research I am trying this way, I am grateful for any help.

Best regards

The error tells you the list structure is the problem. You’re providing a list but treating the input as a singular item. You need to include a for loop to get the value from each item in the list.

There are a ton of threads that cover this exact issue. Try searching for one and seeing how far you get with existing solutions.

1 Like

Like Mr @Nick_Boyts commented

Let’s put element instead list:

for i in floor_type:
    i.get_Paremeter(...)