Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/cellular/performance/
DCellularThroughputBaseTest.py309 result['nr_tput_result'] = self.keysight_test_app.get_throughput(
320 result['lte_tput_result'] = self.keysight_test_app.get_throughput(
347 result['nr_tput_result'] = self.keysight_test_app.get_throughput(
358 result['lte_tput_result'] = self.keysight_test_app.get_throughput(
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/cellular/
Dkeysight_5g_testapp.py880 def get_throughput(self, cell_type, dl_cells, ul_cells): member in Keysight5GTestApp