Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Danritsu_utils.py22 from acts.controllers.anritsu_lib.md8475a import BtsNumber
609 lte1_bts = anritsu_handle.get_BTS(BtsNumber.BTS1)
610 lte2_bts = anritsu_handle.get_BTS(BtsNumber.BTS2)
708 wcdma1_bts = anritsu_handle.get_BTS(BtsNumber.BTS1)
709 wcdma2_bts = anritsu_handle.get_BTS(BtsNumber.BTS2)
734 lte_bts = anritsu_handle.get_BTS(BtsNumber.BTS1)
735 wcdma_bts = anritsu_handle.get_BTS(BtsNumber.BTS2)
823 lte_bts = anritsu_handle.get_BTS(BtsNumber.BTS1)
824 gsm_bts = anritsu_handle.get_BTS(BtsNumber.BTS2)
913 lte_bts = anritsu_handle.get_BTS(BtsNumber.BTS1)
[all …]
/tools/test/connectivity/acts_tests/tests/google/tel/lab/
DTelLabMobilityTest.py24 from acts.controllers.anritsu_lib.md8475a import BtsNumber
195 BtsNumber.BTS1, BtsNumber.BTS2)
203 BtsNumber.BTS1, BtsNumber.BTS2))
230 BtsNumber.BTS2, BtsNumber.BTS1))
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
Dmd8475_cellular_simulator.py91 self.bts = [self.anritsu.get_BTS(md8475a.BtsNumber.BTS1)]
118 self.anritsu.get_BTS(md8475a.BtsNumber.BTS1),
119 self.anritsu.get_BTS(md8475a.BtsNumber.BTS2)
781 self.anritsu.get_BTS(md8475a.BtsNumber.BTS3),
782 self.anritsu.get_BTS(md8475a.BtsNumber.BTS4),
783 self.anritsu.get_BTS(md8475a.BtsNumber.BTS5)
Dmd8475a.py110 class BtsNumber(Enum): class
956 if not isinstance(btsnumber, BtsNumber):
1664 if (isinstance(from_bts, BtsNumber) and isinstance(to_bts, BtsNumber)):
1826 if not isinstance(btsnumber, BtsNumber):
/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/
Dcmx500.py20 class BtsNumber(Enum): class
203 def get_base_station(self, bts_num=BtsNumber.BTS1):
229 if not isinstance(bts_num, BtsNumber):
Dcmw500.py38 class BtsNumber(Enum): class
432 def get_base_station(self, bts_num=BtsNumber.BTS1):
458 if not isinstance(bts_num, BtsNumber):
/tools/test/connectivity/acts/framework/acts/test_utils/power/tel_simulations/
DGsmSimulation.py21 from acts.controllers.anritsu_lib.md8475a import BtsNumber
81 self.bts1 = self.anritsu.get_BTS(BtsNumber.BTS1)
DUmtsSimulation.py21 from acts.controllers.anritsu_lib.md8475a import BtsNumber
116 self.bts1 = self.anritsu.get_BTS(BtsNumber.BTS1)