03-06-2026 12:27 AM
I want to create a GUI for controlling PXIe resources but the problem is existing library for C# is based on TSM context. So unless I run them through TestStand I have no way of controlling the resources. Can someone give me an idea?
Solved! Go to Solution.
03-06-2026 12:48 AM
What are you trying to achieve?
03-06-2026 12:54 AM
So I want to build a WPF based program on .NET using NI C# library (Semicondunctor Test Library) but the problem is that their STL codes are based on TSM Context which is essentially runs only through TestStand engine (because of the pinmaps and digital tools). I'm not sure if there's already some sort of way I can control the PXIe resources on a much lower-level scale on C# where I won't have to use the methods that would require TSM context.
03-06-2026 01:12 AM