09-14-2021 04:07 AM
Hi, dears. I have some problems about calling Python functions in Test Stand.
I have one Python file which name is "main.py", and I have some other Python
files which contains functions. In "main.py", I import some functions from other
Python files, for example: I import a function which name is "test_add". My problem
is: I can call this function in Test Stand, but Test Stand doesn't display this
function name and it's parameters.
I want to let Test Stand display these functions, but I don't know how to do.
The Test Stand version is 2020.
Can someone answer me, please.
Please execuse my poor English.
10-05-2021 07:35 AM
Did I understand correctly that you want to display a part of your python code in TestStand. If yes I'd like to know why is that important for you.