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.py519 def pass_fail_check(self, currents, txs, iperf_results): argument
535 txs[i], txs[i + 1],
539 def create_power_plot(self, currents, txs): argument
546 currents, txs)
554 txs = []
576 txs.append(measured_tx)
579 self.create_power_plot(currents, txs)
580 self.pass_fail_check(currents, txs, iperf_results)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/
Dplot_utils.py176 def monsoon_tx_power_sweep_plot(dest_path, plot_title, currents, txs): argument
193 plot.line(txs, currents)
194 plot.circle(txs, currents, fill_color='white', size=8)