Searched refs:function_mode (Results 1 – 2 of 2) sorted by relevance
76 function_mode: str = FunctionMode.HIGH variable in PowerShieldConf
40 self.__set_func_mode(self.power_shield_conf.function_mode)268 def __set_func_mode(self, function_mode: str = PowerShieldConf.FunctionMode.HIGH):280 if function_mode not in vars(PowerShieldConf.FunctionMode).values():
Completed in 6 milliseconds