LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Find callbacks in several sequence files

Solved!
Go to solution

Hello,

 

We have a lot of tests in which we must search if the overwrite the preUUT callback.

I want to use teststand to load a test and search if that test overwrites the preUUT callback.

 

Is this possible?

 

0 Kudos
Message 1 of 3
(1,785 Views)
Solution
Accepted by topic author InspectorGadget123123

Hi,

 

You can use the method: RunState.Engine.GetSequenceFile("NAME OF SEQUENCE").SequenceNameExists("PreUUT") 

 

I tested it by using the expression: Locals.Exists = RunState.Engine.GetSequenceFile("NAME OF SEQUENCE").SequenceNameExists("PreUUT") 

 

to set a variable called Exists to true or false depending on whether the PreUUT callback had been changed or not.

0 Kudos
Message 2 of 3
(1,699 Views)

Hi AlasdairMee,

 

Thank you for your reply.

I had some problems finding which reference to use, I had some exaples which use this context but below you can see that I use the reference 'Teststand  UI...'.

Find myself a bit of a noob but it's solved.

 

 

InspectorGadget123123_0-1589434538493.png

 

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