summaryrefslogtreecommitdiff
path: root/grc/data/platforms/python/blocks/options.xml
diff options
context:
space:
mode:
authorjblum2009-05-14 21:22:56 +0000
committerjblum2009-05-14 21:22:56 +0000
commit766160f355a040204f2229adc61dd64e30ef36fe (patch)
tree9e9668da339c744e5831d1457ed9a23875871571 /grc/data/platforms/python/blocks/options.xml
parent65446f553650a464fabf2bc4edf66a044e67b338 (diff)
downloadgnuradio-766160f355a040204f2229adc61dd64e30ef36fe.tar.gz
gnuradio-766160f355a040204f2229adc61dd64e30ef36fe.tar.bz2
gnuradio-766160f355a040204f2229adc61dd64e30ef36fe.zip
Moved filterbank blocks to filers category.
Larger flow graph size allowed by options block. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11031 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'grc/data/platforms/python/blocks/options.xml')
-rw-r--r--grc/data/platforms/python/blocks/options.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/grc/data/platforms/python/blocks/options.xml b/grc/data/platforms/python/blocks/options.xml
index 07f659af9..82f309027 100644
--- a/grc/data/platforms/python/blocks/options.xml
+++ b/grc/data/platforms/python/blocks/options.xml
@@ -92,8 +92,8 @@ part#slurp
</option>
</param>
<check>len($window_size) == 2</check>
- <check>300 &lt;= $(window_size)[0] &lt;= 2048</check>
- <check>300 &lt;= $(window_size)[1] &lt;= 2048</check>
+ <check>300 &lt;= $(window_size)[0] &lt;= 4096</check>
+ <check>300 &lt;= $(window_size)[1] &lt;= 4096</check>
<doc>
The options block sets special parameters for the flow graph. \
Only one option block is allowed per flow graph.
@@ -101,7 +101,7 @@ Only one option block is allowed per flow graph.
Title, author, and description parameters are for identification purposes.
The window size controls the dimensions of the flow graph editor. \
-The window size (width, height) must be between (300, 300) and (2048, 2048).
+The window size (width, height) must be between (300, 300) and (4096, 4096).
The generate options controls the type of code generated. \
Non-graphical flow graphs should avoid using graphical sinks or graphical variable controls.