So, if I do not use the name Signal for the container name, then TestStand doesn't give me this error. I also have a similar container named Interferer which also gives a similar unexpected token error. Again, if I don't use the Interferer name for the container, then it works fine.
I think the problem is that the enum for SignalRouting has Signal and Interferer as values. The other option is Both, and if I name the container Both, then TestStand complains about the unexpected token.
Is there some rule you can'have have the name of a conainter containing an enum be a one of the value s of the enum!? Or is this a TestStand bug?