Ejemplo n.º 1
0
 def adcReset(self):
     """
     Reset the ADC in interleaved mode
     """
     return IbobPersonality.adcReset(True)
Ejemplo n.º 2
0
 def adcReset(self,interleaved=True):
     """
     Reset the ADC
     """
     return IbobPersonality.adcReset(self,interleaved)
Ejemplo n.º 3
0
 def startUdp(self,ip='192.168.0.2',mode=0x1C00168):
     IbobPersonality.startUdp(self, ip=ip, mode=mode)