Component reference property with filtering

Hello,

I want to create a property with a list of components in the simulation that have an specific behaviour (TC). I’ve been able to do it “brute force” way but is it possible to do it using the “Ref<Component>” property constants?

Regards,

1 Like

No, you can’t filter what values the reference property can take. The UI will also show all valid values, which in this case is all components in the layout.

2 Likes

Ok, thanks TSy, I’ll keep it in my not very efficient way.