Many improvements to the MasterMACS motor driver. It is working but the hardware is shaky.

Added support for dose rate controlled Phytron motors. Not tested!
Small bug fixes
This commit is contained in:
2023-05-31 09:13:41 +02:00
parent f333a27482
commit 72afd02b4e
9 changed files with 394 additions and 183 deletions

View File

@ -59,6 +59,7 @@ def scan_substitution_file(filename):
# import pdb; pdb.set_trace()
with open(filename, 'r') as fin:
rawline = fin.readline()
import pdb; pdb.set_trace()
while rawline:
line = rawline.replace(' ','')
line = line.strip('{}')