def doStop(self):
        if (self.speedChangeTimer != None) :
            self.speedChangeTimer.stop()
        if (self.currentThrottle != None) :
            self.currentThrottle.setSpeedSetting(0)