def getAverageBits(self): """Get the number of averaging bits. This gets the number of averaging bits from the FPGA. The actual number of averaged samples is 2^bits. The averaging is done automatically in the FPGA. :returns: The number of averaging bits. """ return hal.getAnalogAverageBits(self.port)