05-31-2022 02:14 AM
Hello
I am using Teststand 2019 and i want to change the sequece file property "Sequence file globals" in the sequence file.
I use the batch model and i want to set it to "All executions share the same file globals". Is this possible and if yes how
Solved! Go to Solution.
06-02-2022 11:39 PM
Hi,
The variable is :
ThisContext.RunState.SequenceFile.FileGlobalsScope
I think default value is 0/
Probably you should call this during the loading itself...using load engine callback.
Ravi
06-03-2022 12:34 AM
oke thanks
I will try it