Ejemplo n.º 1
0
 def setUpDownCounterMode(self):
     """Set standard up / down counting mode on this counter. Up and down
     counts are sourced independently from two inputs.
     """
     if self.counter is None:
         raise ValueError("operation on freed port")
     hal.setCounterUpDownMode(self.counter)
Ejemplo n.º 2
0
 def setUpDownCounterMode(self):
     """Set standard up / down counting mode on this counter. Up and down
     counts are sourced independently from two inputs.
     """
     if self.counter is None:
         raise ValueError("operation on freed port")
     hal.setCounterUpDownMode(self.counter)
Ejemplo n.º 3
0
 def setUpDownCounterMode(self):
     """Set standard up / down counting mode on this counter. Up and down
     counts are sourced independently from two inputs.
     """
     hal.setCounterUpDownMode(self.counter)