Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/test_utils/power/tel_simulations/
DBaseSimulation.py89 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/
Dcmw500_cellular_simulator.py255 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
Dcmx500_cellular_simulator.py81 def set_input_power(self, bts_index, input_power): argument
/tools/test/connectivity/acts/framework/acts/controllers/
Dcellular_simulator.py90 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/
Dmd8475_cellular_simulator.py211 def set_input_power(self, bts_index, input_power): argument
221 round(input_power - 10 * math.log10(nrb_ul / max_nrb_ul), 1))