Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/tests/google/power/tel/lab/temp/
Danritsu_utils.py499 lte1_bts = anritsu_handle.get_BTS(BtsNumber.BTS1)
500 lte2_bts = anritsu_handle.get_BTS(BtsNumber.BTS2)
552 wcdma1_bts = anritsu_handle.get_BTS(BtsNumber.BTS1)
553 wcdma2_bts = anritsu_handle.get_BTS(BtsNumber.BTS2)
574 lte_bts = anritsu_handle.get_BTS(BtsNumber.BTS1)
575 wcdma_bts = anritsu_handle.get_BTS(BtsNumber.BTS2)
626 lte_bts = anritsu_handle.get_BTS(BtsNumber.BTS1)
627 gsm_bts = anritsu_handle.get_BTS(BtsNumber.BTS2)
679 lte_bts = anritsu_handle.get_BTS(BtsNumber.BTS1)
680 cdma1x_bts = anritsu_handle.get_BTS(BtsNumber.BTS2)
[all …]
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Danritsu_utils.py609 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)
914 cdma1x_bts = anritsu_handle.get_BTS(BtsNumber.BTS2)
[all …]
/tools/test/connectivity/acts/framework/acts/test_utils/power/tel_simulations/
DLteCaSimulation.py55 self.bts = [self.bts1, self.anritsu.get_BTS(BtsNumber.BTS2)]
59 anritsu.get_BTS(BtsNumber.BTS3),
60 anritsu.get_BTS(BtsNumber.BTS4),
61 anritsu.get_BTS(BtsNumber.BTS5)
DBaseSimulation.py93 self.bts1 = self.anritsu.get_BTS(BtsNumber.BTS1)
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
Dmd8475a.py432 def get_BTS(self, btsnumber): member in MD8475A