Searched refs:Tx (Results 1 – 2 of 2) sorted by relevance
/edtt-latest/docs/ |
D | EDTT_framework_Babblesim.md | 117 … Either `'Tx'` or `'Rx'`. Note that the current implementation only reads the Tx part of the dump …
|
/edtt-latest/src/components/ |
D | dump.py | 57 Tx = namedtuple('Tx', 'idx, ts, aa, freq, mod, packet') variable in DeviceDumpFileTx 77 …return self.Tx._make((self.idx, start_time, phy_address, center_freq, modulation, memoryview(packe…
|