Home
last modified time | relevance | path

Searched refs:input_power (Results 1 – 7 of 7) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/
Dcmx500_cellular_simulator.py195 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)
Dcmw500_cellular_simulator.py269 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/
DBaseSimulation.py185 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
DBaseCellConfig.py39 self.input_power = None
/tools/test/connectivity/acts/framework/acts/controllers/
Dcellular_simulator.py77 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/
Dmd8475_cellular_simulator.py150 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/
Duxm_cellular_simulator.py757 def set_input_power(self, bts_index, input_power): argument