This is something that I cant get working.
Maybe I am following a wrong approach.
If I render this simple piece of code always the 100n component is rendered
whatever I use in the the declare.
#declare inc_testmode = on;
union{
#ifndef(inc_testmode)
object {CAP_DIS_WIMA_25_025_046_075("10n",)}
#else
object {CAP_DIS_WIMA_25_025_046_075("100n",)}
#end
Why is this so be course I cant find anything in de doc.