Script execution

This commit is contained in:
gac-x03da
2022-02-03 17:57:44 +01:00
parent c39b4ac790
commit e6e2cda172

View File

@@ -4,7 +4,7 @@ monochromator HGR scan with Scienta acquisition
"""
from ch.psi.pshell.epics import Motor
motor = Motor('X03DA-PGM:HGR')
motor = Motor('MonoHGR', 'X03DA-PGM:HGR')
POSITIONERS = ('ca://X03DA-PGM:HGR')
POSITIONERS = (motor)