Since the SubComponent naming uses colons to separate out parent and child names, Component names (or slot names) with colons creates names that are not findable using findComponentByName in the python input file. Either need to modify the find function to be able to differentiate colons in names from separator colons, or more likely, check Component and slot names to ensure there are no colons in them.
Since the SubComponent naming uses colons to separate out parent and child names, Component names (or slot names) with colons creates names that are not findable using findComponentByName in the python input file. Either need to modify the find function to be able to differentiate colons in names from separator colons, or more likely, check Component and slot names to ensure there are no colons in them.