discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] XML parameter checking


From: Mike Rex
Subject: [Discuss-gnuradio] XML parameter checking
Date: Wed, 18 Oct 2017 19:02:31 -0700
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0

What would be the best way to make sure the user enters a parameter that is a multiple of 8 in the GRC XML file?  My first thought is this might do the trick, but seems there is no mod function for XML.  Any suggestions?

<check>$psize % 8 = 0</check> or <check>$psize mod 8 = 0</check>

Thanks in advance,
Mike




reply via email to

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