Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/
Dcellular_simulator.py147 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/
DLteSimulation.py435 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/
Dmd8475_cellular_simulator.py220 def set_phich_resource(self, bts_index, phich): argument
227 self.bts[bts_index].phich_resource = phich
Dmd8475a.py2086 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/
Dcmw500_cellular_simulator.py533 def set_phich_resource(self, bts_index, phich): argument