Home
last modified time | relevance | path

Searched refs:set_simulation_model (Results 1 – 3 of 3) sorted by relevance

/tools/test/connectivity/acts/tests/google/power/tel/lab/temp/
Danritsu_utils.py497 anritsu_handle.set_simulation_model(BtsTechnology.LTE, BtsTechnology.LTE)
549 anritsu_handle.set_simulation_model(BtsTechnology.WCDMA,
572 anritsu_handle.set_simulation_model(BtsTechnology.LTE, BtsTechnology.WCDMA)
624 anritsu_handle.set_simulation_model(BtsTechnology.LTE, BtsTechnology.GSM)
676 anritsu_handle.set_simulation_model(BtsTechnology.LTE,
729 anritsu_handle.set_simulation_model(BtsTechnology.LTE, BtsTechnology.EVDO)
781 anritsu_handle.set_simulation_model(BtsTechnology.WCDMA, BtsTechnology.GSM)
803 anritsu_handle.set_simulation_model(BtsTechnology.GSM, BtsTechnology.GSM)
865 anritsu_handle.set_simulation_model(BtsTechnology.LTE)
915 anritsu_handle.set_simulation_model(BtsTechnology.WCDMA)
[all …]
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Danritsu_utils.py606 anritsu_handle.set_simulation_model(BtsTechnology.LTE,
705 anritsu_handle.set_simulation_model(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,
1000 anritsu_handle.set_simulation_model(BtsTechnology.LTE, BtsTechnology.EVDO)
1089 anritsu_handle.set_simulation_model(BtsTechnology.WCDMA, BtsTechnology.GSM)
1115 anritsu_handle.set_simulation_model(BtsTechnology.GSM, BtsTechnology.GSM)
1141 anritsu_handle.set_simulation_model(BtsTechnology.LTE)
1230 anritsu_handle.set_simulation_model(BtsTechnology.WCDMA)
[all …]
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
Dmd8475a.py766 def set_simulation_model(self, bts1, bts2=None, bts3=None, bts4=None): member in MD8475A