NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Export LV output into 2 variables

Hello,

I want to export a LV output to 2 Teststand variables like this:

Locals.Text, Step.Result.ReportText
But Teststand export the LV output only in the last variable.

Is it not possible to export LV outputs in more than one variable?


Thanks

Kind regards

Matthias


0 Kudos
Message 1 of 2
(2,769 Views)
You can only export to one variable.  If you need multiple copies, consider using a Post-Expression, like Locals.Text = Step.Result.ReportText.
0 Kudos
Message 2 of 2
(2,757 Views)