Searched refs:BtsTechnology (Results 1 – 3 of 3) sorted by relevance
26 from acts.controllers.anritsu_lib.md8475a import BtsTechnology592 anritsu_handle.set_simulation_model(BtsTechnology.LTE,593 BtsTechnology.LTE)691 anritsu_handle.set_simulation_model(BtsTechnology.WCDMA,692 BtsTechnology.WCDMA)718 anritsu_handle.set_simulation_model(BtsTechnology.LTE, BtsTechnology.WCDMA)807 anritsu_handle.set_simulation_model(BtsTechnology.LTE, BtsTechnology.GSM)896 anritsu_handle.set_simulation_model(BtsTechnology.LTE,897 BtsTechnology.CDMA1X)986 anritsu_handle.set_simulation_model(BtsTechnology.LTE, BtsTechnology.EVDO)[all …]
109 *[md8475a.BtsTechnology.LTE for _ in range(self.LTE_MAX_CARRIERS)],180 *[md8475a.BtsTechnology.LTE for _ in range(self.num_carriers)],
119 class BtsTechnology(Enum): class1520 if rat == BtsTechnology.LTE.value:1530 elif rat == BtsTechnology.WCDMA.value:1540 elif rat == BtsTechnology.GSM.value: