Searched refs:BtsTechnology (Results 1 – 3 of 3) sorted by relevance
25 from acts.controllers.anritsu_lib.md8475a import BtsTechnology606 anritsu_handle.set_simulation_model(BtsTechnology.LTE,607 BtsTechnology.LTE)705 anritsu_handle.set_simulation_model(BtsTechnology.WCDMA,706 BtsTechnology.WCDMA)732 anritsu_handle.set_simulation_model(BtsTechnology.LTE, BtsTechnology.WCDMA)821 anritsu_handle.set_simulation_model(BtsTechnology.LTE, BtsTechnology.GSM)910 anritsu_handle.set_simulation_model(BtsTechnology.LTE,911 BtsTechnology.CDMA1X)1000 anritsu_handle.set_simulation_model(BtsTechnology.LTE, BtsTechnology.EVDO)[all …]
119 class BtsTechnology(Enum): class1520 if rat == BtsTechnology.LTE.value:1530 elif rat == BtsTechnology.WCDMA.value:1540 elif rat == BtsTechnology.GSM.value:
109 *[md8475a.BtsTechnology.LTE for _ in range(self.LTE_MAX_CARRIERS)],180 *[md8475a.BtsTechnology.LTE for _ in range(self.num_carriers)],