Hello everyone
I have not used labview for running python scripts but I need to perform a task which involves calling a particular python function using labview. The execution of that function needs some pre-compiled information which I do not want to compile each time the python node is called. Is there a way to make a python function call without running the entire code each time?
Thank you