Subversion Repositories Projects

Rev

Rev 569 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 569 Rev 609
Line 165... Line 165...
165
          for i in range(0,10):
165
          for i in range(0,10):
166
            time.sleep(.1)
166
            time.sleep(.1)
167
            mk.setMotorTest(motorSpeeds)
167
            mk.setMotorTest(motorSpeeds)
Line 168... Line 168...
168
           
168
           
-
 
169
          for channel in parChannels:
-
 
170
            mk.setMotorTest(motorSpeeds)
169
          for channel in parChannels:
171
           
170
            channelName = CHANNEL_NAMES[channel]
172
            channelName = CHANNEL_NAMES[channel]
171
            if parVerbose:
173
            if parVerbose:
172
              print "Getting data... " ,
174
              print "Getting data... " ,
173
            data = mk.doVibrationTest(motorSpeeds, parNbSamples, channel)
175
            data = mk.doVibrationTest(motorSpeeds, parNbSamples, channel)