Searched refs:input_power (Results 1 – 7 of 7) sorted by relevance
/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/ |
D | cmx500_cellular_simulator.py | 195 def set_input_power(self, bts_index, input_power): argument 202 if input_power > 23: 205 input_power = 23 206 self.log.info('set input power to {}'.format(input_power)) 207 self.bts[bts_index].set_ul_power(input_power)
|
D | cmw500_cellular_simulator.py | 269 def set_input_power(self, bts_index, input_power): argument 277 if input_power > 23: 280 input_power = 23 281 bts.tpc_closed_loop_target_power = input_power 282 bts.uplink_power_control = input_power
|
/tools/test/connectivity/acts/framework/acts/controllers/cellular_lib/ |
D | BaseSimulation.py | 185 new_config.input_power = -10 340 new_config.input_power = self.calibrated_uplink_tx_power( 631 restoration_config.input_power = self.cell_configs[0].input_power 637 new_config.input_power = self.MAX_BTS_INPUT_POWER
|
D | BaseCellConfig.py | 39 self.input_power = None
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | cellular_simulator.py | 77 if config.input_power: 78 self.set_input_power(bts_index, config.input_power) 295 def set_input_power(self, bts_index, input_power): argument
|
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/ |
D | md8475_cellular_simulator.py | 150 def set_input_power(self, bts_index, input_power): argument 160 round(input_power - 10 * math.log10(nrb_ul / max_nrb_ul), 1))
|
/tools/test/connectivity/acts/framework/acts/controllers/uxm_lib/ |
D | uxm_cellular_simulator.py | 757 def set_input_power(self, bts_index, input_power): argument
|