Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 658 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 658 Bytes

Control Package

Quick Start Guide

  1. Create a Control Mode
    • use Control/Modes/Example.py as a template for creating a control mode ( copy and paste the file contents into a new file )
  2. Setup main() so the new Control Mode will execute
    • follow along with the TODO's that are commented throughout the main module in order to add the new Control Mode to the experiment
  3. Run the Control Package!
    • positioned just outside of the Control directory, run python3 -m Control from the terminal.

Documenation

link control package documentation here

License

Property of Donaldson Lab at the University of Colorado at Boulder