disable the "Take Pedestal!" button while the procedure is out of data

This commit is contained in:
2021-08-31 19:28:24 +02:00
parent 991dfe71c6
commit e2ff34f476
+5
View File
@@ -50,6 +50,11 @@ class ConfigPanel(wx.Panel):
if not chans_det: btn_take_pedestal.Disable()
#TODO:
# the slic pedestal taking procedure is currently out of date with what the DAQ expects
# disable button for now
btn_take_pedestal.Disable()
le_instrument = LabeledEntry(self, label="Instrument", value=instrument)
le_pgroup = LabeledEntry(self, label="pgroup", value=pgroup)