Hi,
Using LV scripting, I created a case structure and populated the "FALSE" case, tunnels were automatically created when contents were wired:
I would like the "TRUE" case to act as a pass through. Which is trivial if done manually:
But looks like it's quite tricky to do it through scripting, here is the best I managed to do:
I used ObjHighLight to make sure I was working with the right terminals. Although I'm trying to wire the tunnel's inside terminals,the result is somewhat disappointing:
When using clean up, one notices that the wiring was done outside the Case structure, hence the connection error:
Oddly enough, switching the two terminal parameters in the Connect Wire node yields a different result:
What am I missing ?