Example #1
0
 def getChanHolding(self, chan):
     if chan == 'command':
         return self.getHolding()
     else:
         return DAQGeneric.getChanHolding(self, chan)
Example #2
0
 def getChanHolding(self, chan):
     if chan == 'command':
         return self.getHolding()
     else:
         return DAQGeneric.getChanHolding(self, chan)