[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r11033 - gnuradio/trunk/grc/data/platforms/python/bloc
From: |
jblum |
Subject: |
[Commit-gnuradio] r11033 - gnuradio/trunk/grc/data/platforms/python/blocks |
Date: |
Thu, 14 May 2009 16:49:14 -0600 (MDT) |
Author: jblum
Date: 2009-05-14 16:49:13 -0600 (Thu, 14 May 2009)
New Revision: 11033
Modified:
gnuradio/trunk/grc/data/platforms/python/blocks/blks2_standard_squelch.xml
Log:
blks2 std squelch fix
Modified:
gnuradio/trunk/grc/data/platforms/python/blocks/blks2_standard_squelch.xml
===================================================================
--- gnuradio/trunk/grc/data/platforms/python/blocks/blks2_standard_squelch.xml
2009-05-14 22:04:10 UTC (rev 11032)
+++ gnuradio/trunk/grc/data/platforms/python/blocks/blks2_standard_squelch.xml
2009-05-14 22:49:13 UTC (rev 11033)
@@ -9,7 +9,7 @@
<key>blks2_standard_squelch</key>
<import>from gnuradio import blks2</import>
<make>blks2.standard_squelch(audio_rate=$audio_rate)
-$id.set_threshold($threshold)</make>
+$(id).set_threshold($threshold)</make>
<callback>set_threshold($threshold)</callback>
<param>
<name>Audio Rate</name>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r11033 - gnuradio/trunk/grc/data/platforms/python/blocks,
jblum <=