Channel names QCode and external functions
Hi,
to start I wish to say that the development with external functions and solution library is a really nice addition to IQAN.
Now to my request. Lets say you have an external function called Function.
The Function has input x an output y.
Whe you create 2 new instances of the external function you can rename each function. That is good. The names of the input and outputs cannot be renamed. That is the way it should be.
However, here comes the problem. In the example I have Variable as a math channel. I cannot read any of the outputs from either Function A or B simply because now there are two channels in the system with same name y.
If I delete Function B, it is possible to assign the Variable math to y.
And this is actually a problem in the display pages as well. If you use the same channel name then it is impossible to know which channel you are choosing properties and values for objects in display pages.
My suggestion is to use same syntax as any of the object oriented languages. Example in QCode: result := Function A.y
And similar when selecting in the display pages menus.
Customer support service by UserEcho
Hi Noah,
Thanks for good feedback. This is in the plans, we hope to have it released in 5.02.
Awesome! Thanks
Starting from IQANdesign 5.02, function group name has to be used when referring to a function group output from Qcode. This makes it possible to have multiple function group outputs with equal names in the same scope.