elmu6301 / Automated-Anechoic-Chamber

2 stars 0 forks source link

Exp runner #30

Closed elmu6301 closed 3 years ago

elmu6301 commented 3 years ago

Overview

Adds the ability to automatically send experiment commands to the test side device. Additionally, this branch updates the UI to be cleaner and easier for parsing commands. Better error checking and printing has been added to make it c leaner and clearer where in the system an error occurred. Lays the groundwork for integration with GIPB communication.

Updates

elmu6301 commented 3 years ago
  1. In software/main.py
    • All typos should be fixed
    • line 95 identifies the type of device i.e. TEST, PROBE
    • fixed the repeated check on 216
  2. In software/util/experiments.py
    • line 143 yes it accounts for polarization
    • line 180 you are right it should be +2

All your suggestion have been fixed.