NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Object Reference into Array of Result

I have a DLL that use the ResultList Array  to generate xml file.

It works fine with sequentialModel.

 

But doesn't work with parallelModel since the result of the test is contain in the object Reference Parameters.TestSocket.MainSequenceResults.

 

I try to derefence it as Locals.ResultList = *Parameters.TestSocket.MainSequenceResults but it cause a run-time error.

 

How do I convert the Parameters.TestSocket.MainSequenceResults to an Array of Result to match the one for sequentialModel?

 

Thanks

 

 

0 Kudos
Message 1 of 2
(2,160 Views)

JTTest1997,

 

I believe you will actually need to replace "*" with "&".

0 Kudos
Message 2 of 2
(2,112 Views)