Wyss / automated-chromatography

Development of the automated chromatography rack. Diagnostics Accelerator / Synthetic Biology.
MIT License
0 stars 1 forks source link

Command string building should be broken into named things for clarity #9

Open dpk9 opened 1 year ago

dpk9 commented 1 year ago

small functions?

def cmdstrSpeed(self, speed):
    return "V{}".format(speed)

Maybe enum?

dpk9 commented 1 year ago

Maybe build commands into a list for readable debugging, then upon execution convert into one long string