07-25-2025 02:49 AM
hello there,
i have some steps and need to used it in different position, so i add it as a sub-sequence, and call the sub-sequence in which place i want, now i want to change the loop type for all the place i call the sub-sequence in one .seq file, any way to update in once not just change it one by one?
Best Regards
07-25-2025 03:16 AM
Here's what I have understood:
You have several SequenceCalls to a particular sequence and now you want to change the same StepProperty (Looping in this case) for for all those calls to that particular sequence.
Please confirm
07-28-2025 07:08 PM
yes, exactly what i mean
07-29-2025 01:42 AM
You could display the Sequence Hierarchy https://www.ni.com/docs/de-DE/bundle/teststand-api-reference/page/tsref/sequence-hierarchy-window.ht...
and find callers from there. Low level approach…but effective