Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/test_utils/power/tel_simulations/
DLteSimulation.py446 self.phich = None
786 new_config.phich = '1'
789 new_config.phich = '1/6'
791 new_config.phich = '1/2'
793 new_config.phich = values[1]
/tools/test/connectivity/acts/framework/acts/controllers/
Dcellular_simulator.py159 if config.phich:
160 self.set_phich_resource(bts_index, config.phich)
334 def set_phich_resource(self, bts_index, phich): argument
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
Dmd8475a.py2094 def phich_resource(self, phich): argument
2107 phich = str(phich)
2110 if phich not in valid_values:
2114 cmd = "PHICHRESOURCE {},{}".format(phich, self._bts_number)
Dmd8475_cellular_simulator.py312 def set_phich_resource(self, bts_index, phich): argument
319 self.bts[bts_index].phich_resource = phich
/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/
Dcmx500_cellular_simulator.py213 def set_phich_resource(self, bts_index, phich): argument
Dcmw500_cellular_simulator.py524 def set_phich_resource(self, bts_index, phich): argument