rfquack / RFQuack

RFQuack: the versatile RF-analysis tool that quacks!
https://rfquack.org
GNU General Public License v2.0
217 stars 32 forks source link

Python example #42

Closed Crsarmv7l closed 1 year ago

Crsarmv7l commented 1 year ago

I am aware this is scriptable using python and very similar to the Yardstick 1. Can you provide an example script just to make sure I am working with it correctly

phretor commented 1 year ago

This is the most complete and working example you'll find: https://github.com/rfquack/RFQuack/tree/master/examples/demos

If you're interested in the recorded demo so you can follow along: https://youtu.be/XGDuEhhK6gQ

Crsarmv7l commented 1 year ago

This is the most complete and working example you'll find: https://github.com/rfquack/RFQuack/tree/master/examples/demos

If you're interested in the recorded demo so you can follow along: https://youtu.be/XGDuEhhK6gQ

Thank you I will check it out. Being able to write python scripts for the YS1 is why I liked it so much. With the poetry/python env I wasn't sure if that would affect the writing of a python script for rfquack.

Hopefully I can get a better understanding from the demo

phretor commented 1 year ago

It's just Python. Pyenv and Poetry are just modern Python dev practice.