summaryrefslogtreecommitdiff
path: root/gr-channels/python/qa_channel_model.py
diff options
context:
space:
mode:
Diffstat (limited to 'gr-channels/python/qa_channel_model.py')
-rwxr-xr-xgr-channels/python/qa_channel_model.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-channels/python/qa_channel_model.py b/gr-channels/python/qa_channel_model.py
index 31364700f5..0a99477097 100755
--- a/gr-channels/python/qa_channel_model.py
+++ b/gr-channels/python/qa_channel_model.py
@@ -38,7 +38,7 @@ class test_channel_model(gr_unittest.TestCase):
fs = 1000 # baseband sampling rate
freq = 100
- signal = analog.sig_source_c(fs, gr.GR_SIN_WAVE, freq, 1)
+ signal = analog.sig_source_c(fs, analog.GR_SIN_WAVE, freq, 1)
head = gr.head(gr.sizeof_gr_complex, N)
op = channels.channel_model(0.0, 0.0, 1.0, [1,], 0)
snk = gr.vector_sink_c()