User | Kudos |
---|---|
6 | |
6 | |
3 | |
2 | |
2 |
When using extensive numbers of property and invoke nodes (for example, using the TestStand API) it's very common to end up with many references that need to be closed. This leads to structures like this:
It would be very convenient if we had a Compound Close References node that we could wire multiple references into. Since order often matters with closing references, the node could execute top-down once all references are available at the inputs. This would substantially clean up block diagrams and make API code a bit easier to follow. For example, the above code could just be replaced with:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.