09-02-2020 10:29 AM
I have been setting the report text for any given step inside my labview code and passing it out to teststand. To do that, with a multiple numeric, I would have to pass in the limits and do the evaluation for each measurement, which teststand already does. Is there a more elegant way to do this in a post step?
09-10-2020 10:14 AM
What are you trying to put in the report text?
You could use a post expression.
10-06-2020 02:56 PM
Thanks I can try that, but it will be a bit of code in a post expression as I have to cycle through all of the measurements in the array and the associated limits, then set the report text with a custom test name which isn't the step name. But I cannot loop in a post expression
10-08-2020 01:41 AM
Maybe try to use PostResultListEntry callback and generate your ReportText there?