Script execution
This commit is contained in:
@@ -2,8 +2,12 @@
|
||||
monochromator HGR scan with Scienta acquisition
|
||||
|
||||
"""
|
||||
from ch.psi.pshell.epics import Motor
|
||||
|
||||
motor = Motor('X03DA-PGM:HGR')
|
||||
|
||||
POSITIONERS = ('ca://X03DA-PGM:HGR')
|
||||
POSITIONERS = (motor)
|
||||
SENSORS = (Counts, SampleCurrent, RefCurrent, MachineCurrent, EnergyDistribution, Scienta.dataMatrix)
|
||||
LATENCY = 5.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user