Aitor Solar Posted February 3, 2005 Report Posted February 3, 2005 How can I get programmatically the VIs included in a polymorphic VI? The 'Export VI Strings' method for a VI reference saves them (among other data) in a xml file, so the task doesn't seem impossible (opening the file and identifying the lines). But I can't discover how to get them in a cleaner way. Any suggestion? Thanks, Aitor Quote
Michael Aivaliotis Posted February 4, 2005 Report Posted February 4, 2005 Excellent question! It has a surprisingly easy answer. Just open a reference to the main polymorphic VI and using a property node, get the list of Callees. See image. Quote
Aitor Solar Posted February 4, 2005 Author Report Posted February 4, 2005 Ey, it works! I'd never have come up with that. I tried several properties and methods (not that one, obviously), but kept giving an error when using it with a poly VI. Thanks a lot ;-) Saludos, Aitor Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.