diff options
-rw-r--r-- | host/examples/python/usrp_power_meter.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/examples/python/usrp_power_meter.py b/host/examples/python/usrp_power_meter.py index ffda7d32e..fc59ae689 100644 --- a/host/examples/python/usrp_power_meter.py +++ b/host/examples/python/usrp_power_meter.py @@ -123,7 +123,7 @@ def main(): while RUN: try: power_dbfs = uhd.dsp.signals.get_usrp_power( - streamer, num_samps=int(args.samps_per_est), chan=chan) + streamer, num_samps=int(args.samps_per_est)) except RuntimeError: # This is a hack b/c the signal handler is not gracefully handling # SIGINT |