Simulation Scripts are implemented using the class SimulationScriptABC which is an abstract base class for building logic scripts that will simulate vole movements by sending signals and creating interactable threshold events.
-
See "Simulation Script" in the Simulation Package Documentation for more details.
-
Simulation/Scripts/Example.py contains a helpful template that can be used when starting a new script.