Searched refs:PARAM_BAND (Results 1 – 5 of 5) sorted by relevance
44 PARAM_BAND = "band" variable in GsmSimulation114 if self.PARAM_BAND not in parameters:117 "required band number.".format(self.PARAM_BAND))119 self.set_band(self.bts1, parameters[self.PARAM_BAND])
47 PARAM_BAND = "band" variable in UmtsSimulation148 if self.PARAM_BAND not in parameters:151 "the required band number.".format(self.PARAM_BAND))153 self.set_band(self.bts1, parameters[self.PARAM_BAND])
29 PARAM_BAND = "band" variable in NrCellConfig82 if self.PARAM_BAND not in parameters:85 "the required band number.".format(self.PARAM_BAND))86 nr_band = parameters[self.PARAM_BAND]
495 if LteCellConfig.PARAM_BAND not in cell:499 LteCellConfig.PARAM_BAND))501 band = cell[LteCellConfig.PARAM_BAND]516 cell[LteCellConfig.PARAM_BAND] = band_num552 [c[LteCellConfig.PARAM_BAND] for c in new_cell_list],560 band = new_cell_list[i][LteCellConfig.PARAM_BAND]
70 PARAM_BAND = "band" variable in LteCellConfig130 if self.PARAM_BAND not in parameters:133 "the required band number.".format(self.PARAM_BAND))135 self.band = parameters[self.PARAM_BAND]