Home
last modified time | relevance | path

Searched refs:currents (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
529 for i, (x, y) in enumerate(zip(currents[::], currents[1::])):
539 def create_power_plot(self, currents, txs): argument
546 currents, txs)
553 currents = []
571 currents.append(self.avg_current)
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)