fixed acquisitions as well
This commit is contained in:
@ -215,10 +215,10 @@ daq.update_config_pvs()
|
||||
|
||||
from acquisition import multiple_daqs
|
||||
|
||||
DAQS = multiple_daqs.generate_DAQS(instrument, pgroup,bs_channels, pvs, detectors)
|
||||
DAQS = multiple_daqs.generate_DAQS(instrument, pgroup,bs_channels, pvs, detectors, spreadsheet)
|
||||
|
||||
# daq = FakeAcquisition(instrument, pgroup)
|
||||
# daqPV = PVAcquisition(instrument, pgroup, default_channels=channels_ks) # workaround for KS not going to DB
|
||||
# daq_fake = FakeAcquisition(instrument, pgroup)
|
||||
# daq_PV_only = PVAcquisition(instrument, pgroup, default_channels=channels_ks) # workaround for KS not going to DB
|
||||
|
||||
# Run the scan only when gas monitor value larger than 10uJ (and smaller than 2000uJ):
|
||||
# required fraction defines ammount of data recorded to save the step and move on to the next one
|
||||
|
Reference in New Issue
Block a user