summaryrefslogtreecommitdiff
path: root/gr-digital/examples/narrowband/receive_path.py
diff options
context:
space:
mode:
Diffstat (limited to 'gr-digital/examples/narrowband/receive_path.py')
-rw-r--r--gr-digital/examples/narrowband/receive_path.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-digital/examples/narrowband/receive_path.py b/gr-digital/examples/narrowband/receive_path.py
index 9aa6dc488d..308f955645 100644
--- a/gr-digital/examples/narrowband/receive_path.py
+++ b/gr-digital/examples/narrowband/receive_path.py
@@ -119,8 +119,8 @@ class receive_path(gr.hier_block2):
"""
Set carrier threshold.
- @param threshold_in_db: set detection threshold
- @type threshold_in_db: float (dB)
+ Args:
+ threshold_in_db: set detection threshold (float (dB))
"""
self.probe.set_threshold(threshold_in_db)