示例#1
0
 def taskSequenceStarted(self):
     DAQGenericTaskGui.taskSequenceStarted(self)
     if self.ui.releaseAfterRadio.isChecked():
         # For now, the task gui only changes triggerMode. If we allow
         # other parameters to be changed from here, then they will have to be added
         # to the list of parameters to push/pop
         self.dev.pushState('cam_proto_state', params=['triggerMode'])
示例#2
0
文件: taskGUI.py 项目: ablot/acq4
 def taskSequenceStarted(self):
     DAQGenericTaskGui.taskSequenceStarted(self)
     if self.ui.releaseAfterRadio.isChecked():
         self.dev.pushState('cam_proto_state')
示例#3
0
 def taskSequenceStarted(self):
     DAQGenericTaskGui.taskSequenceStarted(self)
     if self.ui.releaseAfterRadio.isChecked():
         self.dev.pushState('cam_proto_state')