Issue Details
- I am using Python Step Types in TestStand. After making a change in my Python script, my TestStand sequence no longer works and errors with -17500.
- TestStand reports that my Python class does not contain the method that I am trying to call even though the Step Settings recognise the method name and the Python script correctly defines the method. What causes this?
- After modifying a Python script, TestStand always shows the below error. The function being called in my script is valid and exists.
<class 'AttributeError'>
'<class name>' object has no attribute '<method name>'
AttributeError: '<class name>' object has no attribute <'method name'>
-17500; Operation Failed.
