02-18-2009 11:28 AM
I have added report text to my post-expression to display voltage test results. I want to be able to change the background color of the report text frame so that only failures stand out in the report. It currently defaults to magenta. Here is an example of the expression I currently am using.
Step.Result.ReportText = Locals.VoltageNames[ Locals.PortCount] + " Voltage High!\nExpected Range: " + Str(Locals.ExpVoltages[Locals.PortCount][0]) + " - " + Str(Locals.ExpVoltages[Locals.PortCount][1]) + "\nMeasured: " + Str(Locals.Voltages[ Locals.PortCount])
Thanks!
02-19-2009 02:58 AM
I think this article will answer your question.
hope this helps,
Norbert
02-24-2009 07:58 AM