Exemplo n.º 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'])
Exemplo n.º 2
0
 def taskSequenceStarted(self):
     DAQGenericTaskGui.taskSequenceStarted(self)
     if self.ui.releaseAfterRadio.isChecked():
         self.dev.pushState('cam_proto_state')
Exemplo n.º 3
0
 def taskSequenceStarted(self):
     DAQGenericTaskGui.taskSequenceStarted(self)
     if self.ui.releaseAfterRadio.isChecked():
         self.dev.pushState('cam_proto_state')