The Pure Photonics Command Line Interface (CLI) now has the ability (since version 3.2.11) to run a user script (text file) using the Python language.
Though limited in some ways, this allows for a user to run a simple automated script with some logic to control the laser, without the need for a complete Python IDE.
Some examples can be found with the CLI distribution (starting at version 3.2.12). These scripts can be run by connecting to the laser and then start the script with it.script(‘ — name of file –‘) with the file saved in the CLI software directory (or with appropriate path from there).
The main thing to keep in mind when writing these scripts, is to use quotation marks (“) , instead of apostrophe (‘), to indicate text fields.