Templates
Templates are another feature intended to make Python scripting easier by allowing for the creation of script templates that serve as starting points for creating new Python scripts. Their intention is to simplify the creation of scripts that may be more complex and share logic or structure. Additionally, they can serve as a collaborative tool for AMPS users to share script templates amongst one another to increase overall functionality. The fields are listed below.
Field
Description
Name*
The template name
Description*
A description of the template
Template Script*
The script to save as a template, which is rendered as an inline text editor with the same Intellisense and Autocompletion features available from the Scripts page.
Last updated