myriadrf / gr-limesdr

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

Destroy sink/source in python #69

Closed ricky-bos closed 1 year ago

ricky-bos commented 3 years ago

Hi, I was wondering if there is some way to destroy the instance of a sink/source in python.

rx = limesdr.source(arg1, arg2, arg3, arg4) del rx

does'nt work.