Its not bad once you have tried it a couple of times. it really powerful and you can map multiple parameters from the part or subassembly to the upper level assembly.
Or you can manually do it. sorry for weird formatting.
Relations:
IF PIXELS_HIGH == 16 | ||
FRONT_VERT = "0M-205204" | ||
ELSE | ||
IF PIXELS_HIGH == 32 | ||
FRONT_VERT = "0M-205778<0M-205204>" | ||
ELSE | ||
IF PIXELS_HIGH == 48 | ||
FRONT_VERT = "0M-205779<0M-205204>" | ||
ELSE | ||
IF PIXELS_HIGH == 64 | ||
FRONT_VERT = "0M-205782<0M-205204>" | ||
ELSE | ||
IF PIXELS_HIGH == 80 | ||
FRONT_VERT = "0M-205784<0M-205204>" | ||
ELSE | ||
IF PIXELS_HIGH == 96 | ||
FRONT_VERT = "0M-245481<0M-205204>" |
ELSE | ||
FRONT_VERT = "0M-205204" | ||
ENDIF | ||
ENDIF | ||
ENDIF | ||
ENDIF | ||
ENDIF | ||
ENDIF |
Program: the bold FRONT_VERT below was originally the name of the part you want to swap with family table.
ADD PART (FRONT_VERT)
INTERNAL COMPONENT ID 50
END ADD