An additional note: The solution James provides is great but will not
work for Test UUTs. The LastResult property is an alias for the
Parameters.Result property object. On the second UUT iteration, the
call will attempt to insert the Parameters.Result object into
LastResult. However, upon the second iteration, LastResult is now a
reference to the original Parameters.Result property. Any calls on
LastResult are treated exactly as a call on the last Parameters.Result
object. In this case, the second pass will cause error -17300.
To make the LastResult object refer to the new Parameters.Result
object, the Refer To Alias flag must be set. This forces operations to
be performed on the alias (the referring object) instead of the
referenced object. Set the Property Options to 0x601 instead of
0x201. The Refer to Alias flag is set using 0x400.
Tyler Tigue
Applications Engineer
National Instruments