myriadrf / gr-limesdr

gr-limesdr Plugin for GNURadio
Other
142 stars 77 forks source link

Add disable_DC_corrections() to python sink object #68

Open mbe9a opened 3 years ago

mbe9a commented 3 years ago

I see that there is a function called “disable_DC_corrections” in device_handler.cc; however, that is not implemented in the python wrapper for the “sink” object. It would help me immensely if that is added.

I’m not requesting that be added to the block in GRC (that would be cool though). I can manually add the command in the GRC generated python code, so hopefully this doesn’t require a lot of work!