commit | 3ea4d1b04d522a14624c61f11dda6fb1f2783579 | [log] [tgz] |
---|---|---|
author | Shen-En Shih <[email protected]> | Tue Jul 11 07:20:49 2017 |
committer | chrome-bot <[email protected]> | Fri Jul 14 05:03:33 2017 |
tree | 11563bed0830c1ff7968550baee56784b1f3b5e0 | |
parent | d8261057d707d7c728cbb506accfbc83c504de9a [diff] |
Graphyte - re-order tx command sequence For a Tx test, the DUT sends, and the instrumenet receives. In dut.start(), it is designed to make the DUT starts to send *repeatedly*, until dut.stop() is called. So, a Tx test can be ordering in a more symmetric way: 1. Dut.start 2. Inst.start 3. Inst.stop 4. Dut.stop BUG=none TEST=none Change-Id: I4a6f033ae691c3e7f5f2519571812a7138cf5ed9 Reviewed-on: https://chromium-review.googlesource.com/566171 Commit-Ready: Shen-En Shih <[email protected]> Tested-by: Shen-En Shih <[email protected]> Reviewed-by: Chih-Yu Huang <[email protected]>
Graphyte (Google RAdio PHY TEst) is a Python based software framework for the calibration and verification of wireless connectivity radios in design and manufacturing. It is designed with an open, extensible architecture enabling wireless silicon and instrumentation vendors to develop their own plugins for PHY calibration and verification. The initial focus is on Wi-Fi and Bluetooth with 802.15.4 on the horizon.
Please refer to the user manual for more details.
No build step is required.
Two options:
$ (sudo) make install
or
$ (sudo) pip install .
$ (sudo) pip uninstall graphyte
Create a tarball by: make dist The tarball can be found under the folder ‘dist’
Copy the tarball to target machine
Extract the tarball
Inside the extracted folder, type the command to install:
$ (sudo) pip install
Please find the user manual here for more details.