Dear Community,
I am wondering if it is possible to Programmatically hide some items like step types or templates from the Insertion palette. I am using LabVIEW to developpe a user interface that can choose which item is shown according to the logged user.
Digging in the forum I found this two links :
https://forums.ni.com/t5/NI-TestStand/Hide-groups-in-insertion-palette/m-p/3622616#M54460
https://forums.ni.com/t5/NI-TestStand-Idea-Exchange/API-for-the-insertion-palette-for-step-types/idi...
which helped me a lot to achieve the required functionnality using the class EngineInitializationSettings or by setting a new environment and modifying the GeneraleEngine.cfg file directly. but the my real need is not achieved yet. I am wondering if, in newer version of teststand, there is an API function that can directly tackle the problem?
Best Regards