07-14-2009 03:26 AM
Hello,
i pass the SequenceContext from Teststand to Labview to access the step.
Now my question is: Do i have to close the passed SequenceContext-reference with "Close Reference" in Labview?
Or is this reference automatically closed?
Is it possible that NOT-closing the reference takes memory?
Thx for help
Solved! Go to Solution.
07-14-2009 05:09 PM
Hi OnlyOne,
Any TestStand Reference that you pass to your code module as an input will be automatically closed/released/handled by TestStand so you do not have to worry about closing the reference to the Sequence Context from within your VI.