trigger_script
The trigger_script module provides a powerful way to link parameters and actions of multiple modules. This gives you the ability for a sequence of events to be "triggered" as the result of one or more parameters changing.
The modules requires a Python script be created, which runs when you "Add" triggers. Triggers are module parameters that might change and thereby cause the script to be run. The script can do just about ANYTHING.
In addition to the Triggers that you specify, there are 4 input (and output) ports that accept numbers (such as a plume level) that can be used in your script, and are more readily accessible without accessing the Python script.
Module Inpu & Output Ports
- N1 [Number] Accepts a number
- N2 [Number] Accepts a number
- N3 [Number] Accepts a number
- N4 [Number] Accepts a number