09-12-2002 07:31 AM
09-12-2002 02:53 PM
09-12-2002 03:03 PM
01-17-2008 02:07 PM
From CVI, how can I return the entire Locals.ResultList array?
@Marcela Maldonado wrote:
You can use the following property path
Locals.ResultList[x].TS.SequenceCall.ResultList[y].Measurement[z].Data
x is the step in your main sequence that calls the sub-sequence
y is the multiple numeric limit test index in your sub-sequence
z is the measurement you are trying to get
-----------
I'm curious to find out a bigger picture of what you are trying to accomplish. You might be taking a more complicated route.
01-18-2008 07:18 AM