예제 #1
0
 def get_display_follow(self):
     return DisplayCmd.get_follow(self.fcp)
예제 #2
0
 def clear_display(self):
     DisplayCmd.reset_meters(self.fcp)
예제 #3
0
 def get_display_overhold(self):
     return DisplayCmd.get_overhold(self.fcp)
예제 #4
0
 def set_display_follow(self, enable):
     DisplayCmd.set_follow(self.fcp, enable)
예제 #5
0
 def set_display_overhold(self, target):
     DisplayCmd.set_overhold(self.fcp, target)
예제 #6
0
 def get_display_overhold_labels(self):
     return DisplayCmd.get_overhold_labels()
예제 #7
0
 def get_display_target(self):
     return DisplayCmd.get_target(self.fcp)
예제 #8
0
 def set_display_target(self, target):
     DisplayCmd.set_target(self.fcp, target)
예제 #9
0
 def get_display_target_labels(self):
     return DisplayCmd.get_target_labels()