Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API to configure RF properties on 2-24 GHz XMW TX/RX Platform #470

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

reemasaleem
Copy link

@reemasaleem reemasaleem commented Aug 22, 2023

Description

Adding classes (with tests and examples) for all digitally controlled RF components on 2-24 GHz XMW Platform: ADRF5020, ADRF5730, ADRF5740 as well as for complete TX/RX Front Ends

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)

How has this been tested?

All classes were tested using pytest to ensure read/write functionality and then interfaced with the 2-24 GHz XMW TX/RX platforms to ensure system functionality.

Test Configuration:

  • Hardware: 2-24 GHz XMW TX/RX Platforms with ZCU102 board (Vivado 2021.1 toolchain)
  • OS: Kuiper Linux, version 2021_R2

Documentation

Currently, the only documentation that exists is for the Platform hardware which is being interfaced with:
https://wiki.analog.com/resources/eval/developer-kits/2to24ghz-mxfe-rf-front-end
Further documentation on the software control is forthcoming.

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have signed off all commits and they contain "Signed-off by: "
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

Copy link
Collaborator

@tfcollins tfcollins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you first rebase. There are some conflicts between current master the incoming changes.

@reemasaleem
Copy link
Author

Can you first rebase. There are some conflicts between current master the incoming changes.

Ok, I rebased.

Adding python classes (with tests and examples) for all digitally
controlled RF components on platform: ADRF5020, ADRF5730, ADRF5740
as well as for complete TX/RX Front End Platforms

Signed-off-by: Reema Saleem <reema.saleem@analog.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants