Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/
Dsmogcheck_ina219.py53 class InaError(Exception): class
79 raise InaError('Error slave_addr expected')
91 except InaError, e:
92 raise InaError('Error initializing INA219: %s' % e)
109 raise InaError('Key %s not present in dict %r' % (k, d_in))
111 raise InaError(
133 except InaError, e:
148 except InaError, e:
171 raise InaError('%s is out of range %s' % measure_msg, range_msg)
198 raise InaError('Error: hex string %s does not match '
Dsmogcheck_ttci.py66 except smogcheck_ina219.InaError, e: