def set_channel_period(self, channel, messagePeriod):
     Ant.set_channel_period(self, channel, messagePeriod)
     return self.wait_for_response(Message.ID.RESPONSE_CHANNEL)
Example #2
0
 def set_channel_period(self, channel, messagePeriod):
     Ant.set_channel_period(self, channel, messagePeriod)
     return self.wait_for_response(Message.ID.SET_CHANNEL_PERIOD)
 def set_channel_period(self, channel, messagePeriod):
     Ant.set_channel_period(self, channel, messagePeriod)
     return self.wait_for_response(Message.ID.SET_CHANNEL_PERIOD)