Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To create scripts based on the Python programming language, navigate to Scripts > Tasks, select a blank new row, and double-click on the Code column. You should see Python available for selection in the ComboBox.

Note

Once a new Task task is created, the language cannot be altered through the Code Columncolumn.



After creating a new script task, you need to edit it through the CodeEditor tab.



The configurations settings are detailed below:

  • File Name: Name of .py file
  • Standard Output: Tag name that will receive all output printed via print
  • Arguments: List of arguments. This parameter list will be passed as arguments for the Python Engine (python.exe)


Warning

After making any changes, you need click the Apply Changes button.

...