/tools/test/connectivity/acts/framework/acts/test_utils/power/tel_simulations/ |
D | LteSimulation.py | 432 self.bandwidth = None 599 new_config.bandwidth = bw 684 new_config.bandwidth, new_config.transmission_mode, 697 if self.dl_256_qam and new_config.bandwidth == 1.4: 701 and new_config.bandwidth != 1.4): 889 bandwidth = bts_config.bandwidth 891 if bandwidth == 20: # 100 RBs 893 elif bandwidth == 15: # 75 RBs 895 elif bandwidth == 10: # 50 RBs 897 elif bandwidth == 5: # 25 RBs [all …]
|
D | LteCaSimulation.py | 191 new_configs[bts_index].bandwidth = bw 196 new_configs[bts_index].bandwidth = bw 355 bts_index].bandwidth == 1.4: 359 and new_configs[bts_index].bandwidth != 1.4): 382 new_configs[bts_index].bandwidth,
|
/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/ |
D | cmw500_cellular_simulator.py | 304 def set_bandwidth(self, bts_index, bandwidth): argument 313 if bandwidth == 20: 314 bts.bandwidth = cmw500.LteBandwidth.BANDWIDTH_20MHz 315 elif bandwidth == 15: 316 bts.bandwidth = cmw500.LteBandwidth.BANDWIDTH_15MHz 317 elif bandwidth == 10: 318 bts.bandwidth = cmw500.LteBandwidth.BANDWIDTH_10MHz 319 elif bandwidth == 5: 320 bts.bandwidth = cmw500.LteBandwidth.BANDWIDTH_5MHz 321 elif bandwidth == 3: [all …]
|
D | cmw500.py | 533 def bandwidth(self): member in BaseStation 538 @bandwidth.setter 539 def bandwidth(self, bandwidth): member in BaseStation 545 if not isinstance(bandwidth, LteBandwidth): 549 self._bts, bandwidth.value) 795 bandwidth = self.bandwidth 797 if bandwidth == LteBandwidth.BANDWIDTH_1MHz.value: 801 elif bandwidth == LteBandwidth.BANDWIDTH_3MHz.value: 805 elif bandwidth == LteBandwidth.BANDWIDTH_5MHz.value: 809 elif bandwidth == LteBandwidth.BANDWIDTH_10MHz.value: [all …]
|
D | cmx500.py | 291 def bandwidth(self): member in BaseStation 295 @bandwidth.setter 296 def bandwidth(self, bandwidth): argument
|
D | cmx500_cellular_simulator.py | 118 def set_bandwidth(self, bts_index, bandwidth): argument
|
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/ |
D | md8475_cellular_simulator.py | 454 def set_bandwidth(self, bts_index, bandwidth): argument 463 if bandwidth == 20: 464 bts.bandwidth = md8475a.BtsBandwidth.LTE_BANDWIDTH_20MHz 465 elif bandwidth == 15: 466 bts.bandwidth = md8475a.BtsBandwidth.LTE_BANDWIDTH_15MHz 467 elif bandwidth == 10: 468 bts.bandwidth = md8475a.BtsBandwidth.LTE_BANDWIDTH_10MHz 469 elif bandwidth == 5: 470 bts.bandwidth = md8475a.BtsBandwidth.LTE_BANDWIDTH_5MHz 471 elif bandwidth == 3: [all …]
|
D | md8475a.py | 2177 def bandwidth(self): member in _BaseTransceiverStation 2189 @bandwidth.setter 2190 def bandwidth(self, bandwidth): member in _BaseTransceiverStation 2199 if not isinstance(bandwidth, BtsBandwidth): 2201 cmd = "BANDWIDTH {},{}".format(bandwidth.value, self._bts_number) 2218 def dl_bandwidth(self, bandwidth): argument 2227 if not isinstance(bandwidth, BtsBandwidth): 2229 cmd = "DLBANDWIDTH {},{}".format(bandwidth.value, self._bts_number) 2246 def ul_bandwidth(self, bandwidth): argument 2255 if not isinstance(bandwidth, BtsBandwidth): [all …]
|
/tools/test/connectivity/acts/framework/acts/test_utils/power/ |
D | PowerWiFiBaseTest.py | 91 bandwidth=80, argument 109 bandwidth=bandwidth) 111 self.brconfigs = wputils.ap_setup(ap, network, bandwidth=bandwidth)
|
D | IperfHelper.py | 40 self.bandwidth = config['bandwidth'] 42 self.bandwidth = None 56 if self.bandwidth is not None: 57 iperf_args = iperf_args + ' -b {}M'.format(self.bandwidth)
|
/tools/test/connectivity/acts/framework/acts/test_utils/power/cellular/ |
D | cellular_traffic_power_test.py | 314 bandwidth=self.bandwidth_limit_dl)) 325 bandwidth=self.bandwidth_limit_ul)) 338 bandwidth=0, argument 370 if bandwidth > 0: 371 config['bandwidth'] = bandwidth
|
/tools/test/connectivity/acts/tests/google/wifi/ |
D | WifiRttManagerTest.py | 72 RttParam.bandwidth: RttBW.BW_80_SUPPORT 153 bw_mode = rtt_params[i][RttParam.bandwidth] 398 p[RttParam.bandwidth] = scan_result_channel_width_to_rtt[cw] 509 p[RttParam.bandwidth] = RttBW.BW_80_SUPPORT 528 p[RttParam.bandwidth] = RttBW.BW_80_SUPPORT
|
/tools/test/connectivity/acts_tests/tests/google/coex/hotspot_tests/ |
D | HotspotWiFiChannelTest.py | 164 self.bts.bandwidth = cmw500.LteBandwidth.BANDWIDTH_5MHz 169 self.bts.bandwidth, 238 bandwidth = match.group(0).strip('MHz') 239 return bandwidth
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | packet_capture.py | 208 def configure_monitor_mode(self, band, channel, bandwidth=20): argument 227 if bandwidth == 20: 232 for i, j in CENTER_CHANNEL_MAP[VHT_CHANNEL[bandwidth]]["channels"]: 240 bandwidth, center_freq), ignore_status=True)
|
D | cellular_simulator.py | 113 if config.bandwidth: 114 self.set_bandwidth(bts_index, config.bandwidth) 239 def set_bandwidth(self, bts_index, bandwidth): argument
|
/tools/test/connectivity/acts_tests/tests/google/tel/lab/ |
D | TelLabDataTest.py | 143 self.bts1.bandwidth = BtsBandwidth.LTE_BANDWIDTH_20MHz 145 self.bts1.bandwidth = BtsBandwidth.LTE_BANDWIDTH_15MHz 147 self.bts1.bandwidth = BtsBandwidth.LTE_BANDWIDTH_10MHz 149 self.bts1.bandwidth = BtsBandwidth.LTE_BANDWIDTH_5MHz
|
D | TelLabNeighborCellTest.py | 225 bts.bandwidth = BtsBandwidth.LTE_BANDWIDTH_10MHz 239 bts.bandwidth = BtsBandwidth.LTE_BANDWIDTH_10MHz 264 bts.bandwidth = params['bandwidth']
|
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/ |
D | ota_sniffer.py | 485 self.bandwidth = None 507 if chan == self.channel and bw == self.bandwidth: 511 self.bandwidth = bw
|
D | wifi_retail_ap.py | 309 def set_bandwidth(self, network, bandwidth): argument 316 setting_to_update = {"bandwidth_{}".format(network): str(bandwidth)} 1336 bandwidth = self.BW_MODE_MAP[self.ap_settings["bandwidth_{}".format( 1343 vht_bandwidth=bandwidth,
|
D | wifi_power_test_utils.py | 107 def ap_setup(ap, network, bandwidth=80): argument 133 vht_bandwidth=bandwidth,
|
D | wifi_test_utils.py | 230 bandwidth = "bandwidth" variable in WifiEnums.RttParam 2294 def ap_setup(test, index, ap, network, bandwidth=80, channel=6): argument 2325 vht_bandwidth=bandwidth,
|
D | wifi_performance_test_utils.py | 112 mcs_id.mode, mcs_id.bandwidth, mcs_id.num_streams, mcs_id.mcs,
|
/tools/test/connectivity/acts_tests/tests/google/power/wifi/ |
D | PowerWiFitrafficTest.py | 46 bandwidth=int(self.test_configs.bandwidth))
|
/tools/test/connectivity/acts/tests/google/wifi/rtt/functional/ |
D | RangeApSupporting11McTest.py | 324 p[RttParam.bandwidth] = scan_result_channel_width_to_rtt[cw]
|
/tools/repohooks/tools/ |
D | spelling.txt | 190 bandwith||bandwidth
|