NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

report text background color

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!

0 Kudos
Message 1 of 3
(3,237 Views)

I think this article will answer your question.

 

hope this helps,

Norbert 

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
Message 2 of 3
(3,225 Views)
Thanks!
0 Kudos
Message 3 of 3
(3,183 Views)