06-16-2011 05:01 AM
Hi All,
Did you ever do programmatically change the number of test item of the Multi-numeric limit test? I would like to runtime change the number of test items of the test sequence.
I use the SetDimensions method to change the dimension of "Step.Result.Measurement", however, after the step, "Step.Result.Measurement" still remain original size/dimension. The SetDimensions method did not report an error, however, when i add a message popup to show the size of the array "Step.Result.Measurement", it still remains old value. Please help.
**bleep**
06-16-2011 10:30 AM
My guess is that you are not setting Step.ExpectedNumMeas as well. That number must match the number of elements in Step.Result.Measurement.