Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/
Dpower_metrics.py43 CONVERSION_TABLES = { variable
77 if unit_type not in CONVERSION_TABLES:
80 unit_type, str(CONVERSION_TABLES.keys)))
148 CONVERSION_TABLES[self._unit_type][self.unit] /
149 CONVERSION_TABLES[self._unit_type][new_unit])