def getPeriodCycles(self):
     '''
     Gets the number of FPGA cycles that the input must hold steady to pass
     through this glitch filter.
    
     :returns: The number of cycles.
     '''
     return hal.getFilterPeriod(self.channelIndex)
 def getPeriodCycles(self):
     '''
     Gets the number of FPGA cycles that the input must hold steady to pass
     through this glitch filter.
    
     :returns: The number of cycles.
     '''
     return hal.getFilterPeriod(self.channelIndex)