Skip to content

Commit

Permalink
Adding 6 python examples to rfsg, rfmxwlan, and rfmxnr (#1019)
Browse files Browse the repository at this point in the history
* Added gen_from_tdms.py example

The gen_from_tdms.py example generates a waveform from a TDMS file at a specified frequency and power.

* Added 3 WLAN examples 

These examples mirror those in the shipped RFmx .NET and LV examples.

* Added 2 NR examples

acp-txp-modacc-single-carrier.py example shows how to make a composite measurement for RFmx NR.
modacc-noncontiguous-multicarrier.py example shows how to implement multi-subblock, multi-component carrier measurement for RFmx NR.

* Update acp-txp-modacc-single-carrier.py

Added black formatting

* Update modacc-noncontiguous-multicarrier.py

Added black formatting

* Update ofdm-modacc-evm-based-autolevel.py

Added black formatting

* Update ofdm-modacc-txp-composite.py

Added black formatting

* Update sem.py

Added black formatting

* Update gen_from_tdms.py

Added black formatting

* Fixed formatting

Fixed formatting and made changes to generate-from-file.tdms based on feedback

* Fixing python_validation errors
  • Loading branch information
JonP-NI authored Dec 8, 2023
1 parent 04d7ac8 commit 0b0b77c
Show file tree
Hide file tree
Showing 12 changed files with 2,775 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/grpc-device.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 37 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0b0b77c

Please sign in to comment.