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:
@ -63,8 +63,8 @@ def fix_line(par_list, index_list):
|
||||
highidx = index_list.index('DHLM')
|
||||
par_list[highidx] = highlim.strip()
|
||||
speed = transact('Q%d03' % motNo)
|
||||
speedidx = index_list['VELO']
|
||||
par_list[speedidx] = speed.trim()
|
||||
speedidx = index_list.index('VELO')
|
||||
par_list[speedidx] = speed.strip()
|
||||
return par_list
|
||||
|
||||
def scan_substitution_file(filename):
|
||||
|
Reference in New Issue
Block a user