User Defined Response
Introduction
User defined Response can be used to create response by using python script.
Example
The below script calculates the distance between two plates as a response.
Features
- The python script should have a “return” statement with a double / float value, which will be used as the value of the response.
- The Preview window will evaluate the script and show the output. It will also show the errors in execution of the python script.