Home
last modified time | relevance | path

Searched refs:amperes (Results 1 – 3 of 3) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/api/lvpm_stock/
Dmonsoon.py54 def set_max_current(self, amperes): argument
60 self._mon.set_max_current(amperes)
62 def set_max_initial_current(self, amperes): argument
68 self._mon.set_max_initial_current(amperes)
/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/api/hvpm/
Dmonsoon.py64 def set_max_current(self, amperes): argument
70 self._mon.setRunTimeCurrentLimit(amperes)
72 def set_max_initial_current(self, amperes): argument
78 self._mon.setPowerUpCurrentLimit(amperes)
/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/api/
Dmonsoon.py234 def set_max_current(self, amperes): argument
242 def set_max_initial_current(self, amperes): argument