Home
last modified time | relevance | path

Searched refs:txs (Results 1 – 2 of 2) sorted by relevance

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/cellular/
Dcellular_traffic_power_test.py520 def pass_fail_check(self, currents, txs, iperf_results): argument
536 txs[i], txs[i + 1],
540 def create_power_plot(self, currents, txs): argument
547 currents, txs)
555 txs = []
577 txs.append(measured_tx)
580 self.create_power_plot(currents, txs)
581 self.pass_fail_check(currents, txs, iperf_results)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/
Dplot_utils.py187 def monsoon_tx_power_sweep_plot(dest_path, plot_title, currents, txs): argument
204 plot.line(txs, currents)
205 plot.circle(txs, currents, fill_color='white', size=8)