discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] Pass boolean parameter to gnuradio script from comman


From: George Vardakis
Subject: [Discuss-gnuradio] Pass boolean parameter to gnuradio script from command line
Date: Tue, 18 Jul 2017 11:40:31 +0300

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' string to the boolean True? The 'parameter' block in gnuradio does not support boolean type as i saw...

Thank you!

reply via email to

[Prev in Thread] Current Thread [Next in Thread]