def getFPGAIndex(self) -> int: """ Get the FPGA Index of the encoder :returns: The Encoder's FPGA index """ return hal.getEncoderFPGAIndex(self.encoder)
def getFPGAIndex(self): """ Get the FPGA Index of the encoder :returns: The Encoder's FPGA index :rtype: int """ return hal.getEncoderFPGAIndex(self.encoder)
def getFPGAIndex(self): """ :returns: The Encoder's FPGA index """ return hal.getEncoderFPGAIndex(self.encoder)