Searched refs:input_power (Results 1 – 5 of 5) sorted by relevance
/tools/test/connectivity/acts/framework/acts/test_utils/power/tel_simulations/ |
D | BaseSimulation.py | 89 self.input_power = None 207 new_config.input_power = -10 385 new_config.input_power = self.calibrated_uplink_tx_power( 689 restoration_config.input_power = self.primary_config.input_power 696 new_config.input_power = self.MAX_BTS_INPUT_POWER
|
/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/ |
D | cmw500_cellular_simulator.py | 255 def set_input_power(self, bts_index, input_power): argument 263 if input_power > 23: 266 input_power = 23 267 bts.uplink_power_control = input_power 269 bts.tpc_closed_loop_target_power = input_power
|
D | cmx500_cellular_simulator.py | 81 def set_input_power(self, bts_index, input_power): argument
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | cellular_simulator.py | 90 if config.input_power: 91 self.set_input_power(bts_index, config.input_power) 202 def set_input_power(self, bts_index, input_power): argument
|
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/ |
D | md8475_cellular_simulator.py | 211 def set_input_power(self, bts_index, input_power): argument 221 round(input_power - 10 * math.log10(nrb_ul / max_nrb_ul), 1))
|