11-06-2014 04:25 PM
I'd like a subsequence to be called, but I'd like the Sequence to run differently if it is called versus run by a user.
What statement should I use and is this even possible?
Thanks.
11-06-2014 05:10 PM
How would the user run the sequence by itself? Are talking about interactive mode?
If Runstate.Caller returns NULL, or Nothing in TestStand. Then you have an interactive execution, i.e. the sequence was not called by anything.
Thanks,
11-06-2014 06:49 PM
I used "runstate.Caller.SequenceIndex" to determine what the caller was.
Thanks!