Lines Matching refs:rate
278 data_rate = next(rate.data_rate for rate in rate_list
279 if rate[:-1] == (test_id_dict['rate'],
566 for chain, rate in itertools.product(chain_mask, rates):
570 rate=rate.mcs,
571 num_streams=rate.streams,
574 if chain in ['0', '1'] and rate[1] == 2:
581 str(rate.mcs).replace('.', 'p'),
582 rate.streams, chain))
586 channel, mode, rate.mcs,
587 rate.streams, chain))
836 for rate, angle in itertools.product(valid_rates, angles):
840 rate=rate.mcs,
841 num_streams=rate.streams,
845 if rate not in requested_rates:
847 if str(chain) in ['0', '1'] and rate[1] == 2:
854 str(rate.mcs).replace('.', 'p'),
855 rate.streams, chain, angle))
859 channel, mode, rate.mcs,
860 rate.streams, chain, angle))