Hi,
I am trying to get a budget analysis based on the examples in:
/Training/DesignGuide/dg_budget_prj
Well my problem is that Budget121.dsn the funcitions bud_tn and bud_nf are not working. Even thought the original data sets includes the right data which can be displayed. Running the simulation myself I get the message: operand: wrong type of parameter.
I just don't get it >:(
Finally I used the function as described in the documentation. But the there is the old nonsense sorting of the values. I will not work with prefixes to fix it. I will not wait for the ADS2004 version either.
I need the functions which are working with the budget_path in ADS2003C just as it is written in the examples.
Thank you for any hint. Best regards Wolfram
I am trying to get a budget analysis based on the examples in:
/Training/DesignGuide/dg_budget_prj
Well my problem is that Budget121.dsn the funcitions bud_tn and bud_nf are not working. Even thought the original data sets includes the right data which can be displayed. Running the simulation myself I get the message: operand: wrong type of parameter.
I just don't get it >:(
Finally I used the function as described in the documentation. But the there is the old nonsense sorting of the values. I will not work with prefixes to fix it. I will not wait for the ADS2004 version either.
I need the functions which are working with the budget_path in ADS2003C just as it is written in the examples.
Thank you for any hint. Best regards Wolfram
I believe that those functions have the wrong syntax. I changed the eqn from this:
our_bnf=bud_nf( ,50.0,1 Hz,budget_path)
to this:
our_bnf=bud_nf(,,,,,budget_path)
Do the same chang to the other function:
our_btn=bud_tn(,,,,,budget_path)
and now the simulations work without any error messages. I hope that this workaround will help you.
The doc is NOT clear about this at all and I will notify the proper team to fix this issue.
Thanks.
Nilesh 8)