User Defined Response

Solutions > Results > Right Click > User Defined Response

Introduction

User defined Response can be used to create response by using python script.

If the function has input entities, the response gets calculated based on the deformed results

Example

The below script calculates the distance between two plates as a response.

Features

  1. The python script should have a “return” statement with a double / float value, which will be used as the value of the response.
  2. The Preview window will evaluate the script and show the output. It will also show the errors in execution of the python script.