Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Multi-personality RFmx examples. (#912)
* New example showing user download waveform. * Python style with ni-python-styleguide. * second attempt to validte ni-python-styliguides * Still trying to format based on the output of the pipeline. * I will keep trying to make formatting changes * Using online black checker I think I know the form * Fixing D401 * BLK100 Fix * using black online to fix this formatting. * Black formatting * Trying Black with 95 lengh * Used Brad feedback to know is 100 character line. * fixed datatype assignment * Fixing all suggested edits and trying signing Signed-off-by: Gerardo Orozco <[email protected]> * Stage the example file as first try. * removed lib sys. used to find the libraries on the fly. * black with 100 character line * Update examples/nirf/rfsa-rfsg-NR-analysis-only-modacc.py Thank you Co-authored-by: Ryan Eckenrode <[email protected]> * Update examples/nirf/rfsa-rfsg-NR-analysis-only-modacc.py Co-authored-by: Ryan Eckenrode <[email protected]> * Update examples/nirf/rfsa-rfsg-NR-analysis-only-modacc.py Co-authored-by: Ryan Eckenrode <[email protected]> * Update examples/nirf/rfsa-rfsg-NR-analysis-only-modacc.py Co-authored-by: Ryan Eckenrode <[email protected]> * changes suggested by the reviewers. * Missing typo on settings. * Changing stage so it can make it pass teh CI * Example shows how to program multi driver in rfmx * Black with 96 line lenght * Apply suggestions from code review Trying to get this example in the release at some point. Co-authored-by: Ryan Eckenrode <[email protected]> * Putting these two example on the same PR to make them go together. * Review of PR * Formatted with Black line 96 * Black with 100 character per line * ran validation locally to fix the errors on type --------- Signed-off-by: Gerardo Orozco <[email protected]> Co-authored-by: Gerardo Orozco <[email protected]> Co-authored-by: Ryan Eckenrode <[email protected]>
- Loading branch information