04-19-2019 12:57 AM
Hi ,
I am using NI Teststand 2012 for most of my automation scripting. I want to use a python script to be called. Does NI Teststand 2012 support python step types?
Regards,
Kiran
04-19-2019
09:01 AM
- last edited on
01-01-2025
10:20 AM
by
Content Cleaner
The Python Step Types support TestStand 2014 and later. In 2012, you should still be able to call python scripts using the command line. You can find an example here:
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000x3k0CAA&l=en-US
-Trent
04-19-2019 11:17 AM
Would I be able to pass parameters in that case? Actually I wanted to make a user interface using the steps.
Regards,
Kiran
04-19-2019 12:49 PM
The ability to pass parameters is limited and is covered in that tutorial