07-23-2015 05:36 PM
Hello,
I need to programmatically set/change the 'output configuration' of all numeric functions on a block diagram (e.g. Add, Multiply, Square, Negate, etc...). Is there a way to programmatically get/set these configurations? Specifically, I'd like to be able to set all the properties found in this image for a give function on a block diagram.
There is a way to set these properties for front panel controls and indicators but I have not found a way to do that for block diagram functions.
Thanks in advance.
07-24-2015 02:55 AM
I don't think these are exposed in the API. One way you could probably do this is by creating the functions you want in a separate VI manually and then using that to replace the original function. I'm guessing that the feasibility of this depends on the number of combinations you have.