NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Property loader (Always reloads when TestStand is stratified from an external application)

Hello all,

I am calling the TestStand Engine in an outsourced application.

 

I used the command """Engine.NewExecution ( sequenceFileParam, sequenceNameParam, processModelParam, breakAtFirstStep, executionTypeMaskParam, [sequenceArgsParam], [editArgsParam]"" with the following parameters -> ts_engine.NewExecution(self.ts_sequence_file, "MainSequence", self.ts_sequence_file, False, 0x00, po)

 

My problem is, that the property loader does not keep the values and is always executed.

However, it is enough for me if the property loader is executed only when the application starts, if the values are retained.

Calling the property loader takes about 100ms longer when I start the TestStand sequence from the external application.

I would like to eliminate this time so that I get the identical execution time as in TestStand when tracing is turned off.

Do any of you have an idea how to realize this and if my intention works at all?

 

I thank you in advance for the support 😀

0 Kudos
Message 1 of 1
(598 Views)