Ejemplo n.º 1
0
    def getFPGAIndex(self) -> int:
        """
        Get the FPGA Index of the encoder

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

        :returns: The Encoder's FPGA index
        """
        return hal.getEncoderFPGAIndex(self.encoder)
Ejemplo n.º 3
0
    def getFPGAIndex(self):
        """
        Get the FPGA Index of the encoder

        :returns: The Encoder's FPGA index
        :rtype: int
        """
        return hal.getEncoderFPGAIndex(self.encoder)
Ejemplo n.º 4
0
 def getFPGAIndex(self):
     """
     :returns: The Encoder's FPGA index
     """
     return hal.getEncoderFPGAIndex(self.encoder)
Ejemplo n.º 5
0
 def getFPGAIndex(self):
     """
     :returns: The Encoder's FPGA index
     """
     return hal.getEncoderFPGAIndex(self.encoder)