I would like to replace a component in my assembly based on a defined parameter value.
Does anyone know if this is possible?
For example:
If ASM_PAR = A
component x = part_inst_1
If ASM_PAR = B
component x = part_inst_2
I know I can achieve something similar with a family table but a family table is not suitable for my application.
Solved! Go to Solution.
Thanks Tom, looks promising.
Please mark Tom's answer as Correct, if it solved your issue (it is helpful for other forum users, to know whether a thread is answered).
If you are not fully there yet, let the community know - maybe the resolution can be refined.
Yhanks,
Gunter