Esempio n. 1
0
 def btn_function_move_motor(self, instance):
     if fg.my_dev_flag:
         print(
             "I am I am delivering data to the arduino by pidgeon. Takes a while..."
         )
     if not 'pb_motor' in fg.EVENT:
         toolbox.move_motor(self, instance)
         toolbox.select_method(self, instance, "motor_mov_buttons")
Esempio n. 2
0
 def buttons_motor(self, instance):
     if fg.my_dev_flag:
         print(
             'I am delivering data to the arduino by pidgeon. Takes a while...'
         )
     else:
         toolbox.motor_change_status(instance)
     toolbox.select_method(self, instance, "motor_buttons")
Esempio n. 3
0
 def select_imaging_method(self, instance):
     toolbox.select_method(self, instance, "imaging_method")
Esempio n. 4
0
 def select_imaging_time_entry(self, instance):
     toolbox.select_method(self, instance, "select_imaging_time_entry")
Esempio n. 5
0
 def btn_motor_movement_direction(self, instance):
     toolbox.btn_motor_refresh_text(self, instance)
     toolbox.select_method(self, instance, "motor_buttons")