Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 482 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 482 Bytes

Simulation Scripts

Definition

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.

Resources

  • 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.