commit | 1a3a32c0f95a361b0e7584afadc8012cbd405eb7 | [log] [tgz] |
---|---|---|
author | Shen-En Shih <[email protected]> | Tue May 23 11:32:51 2017 |
committer | chrome-bot <[email protected]> | Wed Jun 14 08:19:32 2017 |
tree | 30243b9e4b7c3c50c64c74c05cd14496c5385808 | |
parent | e484d1d9843c6ebd7849d0115d30f0df3e2e22d8 [diff] |
graphyte: more debug log In CallOutput(), no exception is thrown if the command is not executed successfully. Ideally, the caller should be aware that the return value might be None if something goes wrong, but some may not ne aware of this. To make debugging more easily, a debug log is recorded. Debugger can run in verbose mode to see the error log in the console. BUG=none TEST=manually test Change-Id: I59d9847c658401b2439478265345172df885d131 Reviewed-on: https://chromium-review.googlesource.com/512683 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.