04-11-2016 01:02 PM
Is there a way to programmatically launch the standard development OI (as if I had double clicked the TestStand icon on the desktop)? I could of course do this with a system execute call, but I'm curious if it is doable from an actual TS API call.
Solved! Go to Solution.
04-11-2016 02:33 PM
There is not an API call for this. Your best bet is to call it from the command line as you suggested.
Regards,
04-11-2016 02:35 PM
Thanks. My googling / research indicated that was the case, but I wanted to verify.