Hello,
I've TestStand 3.1 with a specific model, based on SequentialModel.seq. I use a sequence call of one sequence, created dynamically before this call.
After the sequence has been executed, one of my module looks after in the context in : Parameters.MainSequenceResults.TS.SequenceCall.ResultList[0].TS.SequenceCall.ResultList to get the status of each steps and other parameters.
But I don't understand why the number of elements is not the same for the same sequence depending of the status.
Ex : I've a sequence with 10 steps.
In the context : Parameters.MainSequenceResults.TS.SequenceCall.ResultList[0].TS.SequenceCall.ResultList is an array of 10 elements (containers) in the case where the sequence is passed and is an array of 11 elements in the case where the sequence is failed with a last element without specific information (a container with only a field : status with an empty string).