pothosware / SoapyBladeRF

Soapy SDR plugin for the Blade RF
https://github.com/pothosware/SoapyBladeRF/wiki
23 stars 19 forks source link

added saveQuickTune and reuseQuickTune args to setFrequency #50

Closed KarlL2 closed 2 years ago

KarlL2 commented 2 years ago

This allows to save the bladerf_quick_tune (with args["saveQuickTune"]="1") when setting a specific frequency, and then reusing that bladerf_quick_tune when going back to that frequency (with args["reuseQuickTune"]="1").

It's also possible to schedule the frequency retune when reusing a bladerf_quick_tune by setting args["timestamp"] to the string representation of the desired timestamp.