Searched refs:MonsoonError (Results 1 – 6 of 6) sorted by relevance
21 from acts.controllers.monsoon_lib.api.common import MonsoonError117 raise MonsoonError('monsoon_config can not be None')130 raise MonsoonError('monsoon_config can not be None')150 raise MonsoonError('measurement_args can not be None')179 raise MonsoonError('file_path can not be None')201 raise MonsoonError('start_time can not be None')203 raise MonsoonError('voltage can not be None')205 raise MonsoonError('monsoon_file_path can not be None')207 raise MonsoonError('timestamps can not be None')
35 from acts.controllers.monsoon_lib.api.common import MonsoonError253 raise MonsoonError('Failed to read Monsoon status')256 raise MonsoonError('Wanted status, dropped type=0x%02x, len=%d',264 raise MonsoonError('Packet type %s is not 0x10.' % p_type)313 raise MonsoonError(('Target max current %sA, is out of acceptable '322 raise MonsoonError(('Target max current %sA, is out of acceptable '370 raise MonsoonError('Reading from serial port timed out')378 raise MonsoonError(384 raise MonsoonError(396 raise MonsoonError('Exception from serial port.')
20 from acts.controllers.monsoon_lib.api.common import MonsoonError71 raise MonsoonError('Invalid voltage %s. Voltage must be zero or '
20 class MonsoonError(ControllerError): class
32 from acts.controllers.monsoon_lib.api.common import MonsoonError170 except MonsoonError:
21 from acts.controllers.monsoon_lib.api.common import MonsoonError115 with self.assertRaises(MonsoonError):