NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Getting a list of loaded sequence files

Is there a way to obtain a list of loaded sequence files from the API?
0 Kudos
Message 1 of 3
(3,115 Views)
Hi Joe,

Unfortunately, there is no way via the API to query the Engine's cache to determine the sequence files that are loaded. You could possibly do this by adding a sequence file load/unload callback to each sequence file. Therefore when the sequence file is loaded you add it to your custom cache and when it is unloaded you remove it from the cache. There may be other ways of doing this, just thought this one would be the easiest to implement.

SG
0 Kudos
Message 2 of 3
(3,115 Views)
This sounds like a good idea, but requires that each and every sequence file be modified. Instead of adding it to each sequence file you could consider modifying the model you are using so that any sequence file that runs the model will be known by your custom cache.

Regards,
Naveen
0 Kudos
Message 3 of 3
(3,115 Views)