Esempio n. 1
0
 def saveState(self):
     """Return a dictionary representing the current state of the widget."""
     state = {}
     state['daqState'] = DAQGenericTaskGui.saveState(self)
     state['mode'] = self.getMode()
     #state['holdingEnabled'] = self.ctrl.holdingCheck.isChecked()
     #state['holding'] = self.ctrl.holdingSpin.value()
     return state
Esempio n. 2
0
 def saveState(self):
     """Return a dictionary representing the current state of the widget."""
     state = {}
     state['daqState'] = DAQGenericTaskGui.saveState(self)
     state['mode'] = self.getMode()
     #state['holdingEnabled'] = self.ctrl.holdingCheck.isChecked()
     #state['holding'] = self.ctrl.holdingSpin.value()
     return state
Esempio n. 3
0
 def saveState(self):
     """Return a dictionary representing the current state of the widget."""
     state = {}
     state['daqState'] = DAQGenericTaskGui.saveState(self)
     return state
Esempio n. 4
0
 def saveState(self):
     """Return a dictionary representing the current state of the widget."""
     state = {}
     state['daqState'] = DAQGenericTaskGui.saveState(self)
     return state