NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Teststand Result Processing

Solved!
Go to solution

Hello Community,

 

Using Teststand 2014 32bit

 

Is there a way to programmatically toggle Result Processing for the Database Enable/Disable checkbox in Teststand?

0 Kudos
Message 1 of 3
(3,604 Views)
Solution
Accepted by topic author MechUnit

Hi MechUnit,

 

You can programmatically toggle different report plugins using the DatabaseOptions and ReportOptions callbacks as described in this KnowledgeBase Article.

 

This only affects the currently running sequence, it does not change what the Result Processing dialog box will show or affect other sequences.

Steven Gloor
Staff Customer Engineer - CTA, CLD
Message 2 of 3
(3,590 Views)

I believe you can also use this expression from this post:

RunState.Root.Locals.ModelPluginConfiguration.Plugins[<SelectedPluginID>].PluginSpecific.Options.DisableReportGeneration

 

Pulido Technologies LLC

Message 3 of 3
(3,584 Views)