Re: [Discuss-gnuradio] Pass boolean parameter to gnuradio script from command line

2017-07-18 Thread George Vardakis
Thank you Marcus I'll give it a try :) Στις 18 Ιουλ 2017 12:05 μ.μ., ο χρήστης "Marcus Müller" έγραψε: > Hi George, > > you could go into gnuradio/grc/blocks, change parameter.xml to have > > > Boolean > bool > type

Re: [Discuss-gnuradio] Pass boolean parameter to gnuradio script from command line

2017-07-18 Thread Marcus Müller
Hi George, you could go into gnuradio/grc/blocks, change parameter.xml to have Boolean bool type:bool and then change grc/core/generator/flow_graph.tmpl and in the #for $param in $param

[Discuss-gnuradio] Pass boolean parameter to gnuradio script from command line

2017-07-18 Thread George Vardakis
Hi all! I need to give the user the option to pass a boolean parameter when executing my script from command line, something like '--split-image=True', where split_image is a parameter of a block. What is the way to do that from gnuradio without needing to translate inside my code the 'True' strin