@classmethod
    def convert_float_targets(cls, channel):
        """Convert string values for rxq and rxl to floating point."""
        for target in ['rxq', 'rxl']:
            if target in channel: