gr-satnogs/apps/flowgraphs/device_args_handler.py

6 lines
143 B
Python

# this module will be imported in the into your flowgraph
def append_dev_args(device, dev_args):
if(len(dev_args) == 0):
return 0