Searched refs:phich (Results 1 – 5 of 5) sorted by relevance
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | cellular_simulator.py | 147 if config.phich: 148 self.set_phich_resource(bts_index, config.phich) 309 def set_phich_resource(self, bts_index, phich): argument
|
/tools/test/connectivity/acts/framework/acts/test_utils/power/tel_simulations/ |
D | LteSimulation.py | 435 self.phich = None 734 new_config.phich = '1' 737 new_config.phich = '1/6' 739 new_config.phich = '1/2' 741 new_config.phich = values[1]
|
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/ |
D | md8475_cellular_simulator.py | 220 def set_phich_resource(self, bts_index, phich): argument 227 self.bts[bts_index].phich_resource = phich
|
D | md8475a.py | 2086 def phich_resource(self, phich): argument 2099 phich = str(phich) 2102 if phich not in valid_values: 2106 cmd = "PHICHRESOURCE {},{}".format(phich, self._bts_number)
|
/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/ |
D | cmw500_cellular_simulator.py | 533 def set_phich_resource(self, bts_index, phich): argument
|