Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/
Dattenuator.py77 attn.instrument.close()
181 def __init__(self, instrument, idx=0, offset=0): argument
198 if not isinstance(instrument, AttenuatorInstrument):
200 self.model = instrument.model
201 self.instrument = instrument
205 if self.idx >= instrument.num_atten:
221 if value + self.offset > self.instrument.max_atten and strict:
225 self.instrument.set_atten(self.idx, value + self.offset, strict)
229 return self.instrument.get_atten(self.idx) - self.offset
233 if self.instrument.max_atten == AttenuatorInstrument.INVALID_MAX_ATTEN:
[all …]
/tools/tradefederation/core/tests/res/testdata/
Dtest_mapping_125 "name": "instrument",
/tools/test/connectivity/acts/tests/google/wifi/
DWifiSensitivityTest.py92 self.num_atten = self.attenuators[0].instrument.num_atten
272 atten.offset = atten.instrument.max_atten
DWifiRoamingPerformanceTest.py61 self.num_atten = self.attenuators[0].instrument.num_atten
406 atten.set_atten(atten.instrument.max_atten)
DWifiThroughputStabilityTest.py73 self.num_atten = self.attenuators[0].instrument.num_atten
DWifiPingTest.py90 self.num_atten = self.attenuators[0].instrument.num_atten
DWifiRvrTest.py67 self.num_atten = self.attenuators[0].instrument.num_atten
DWifiRssiTest.py75 self.num_atten = self.attenuators[0].instrument.num_atten
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
DBtRangeBaseTest.py54 self.num_atten = self.attenuators[0].instrument.num_atten
/tools/test/connectivity/acts/framework/acts/test_utils/coex/
DCoexPerformanceBaseTest.py74 self.num_atten = self.attenuators[0].instrument.num_atten
/tools/test/connectivity/acts/framework/acts/test_utils/power/
DPowerBaseTest.py131 self.num_atten = self.attenuators[0].instrument.num_atten