LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Better way to check if VI is dynamic dispatch?

Solved!
Go to solution

I'm doing a bit of VI scripting, to create a child class of a given parent and overriding selected dynamic dispatch VIs. To create a profile of a class library I am iterating through all the VIs and checking the connector pane to see if it has any dynamic terminals. I'm sure there is a smarter method....

 

 is dynamic.png

_____________________________
- Cheers, Ed
0 Kudos
Message 1 of 3
(2,865 Views)
Solution
Accepted by topic author yenknip

If you have a reference to the class library, you might be able to use the "DynamicMemberVIs" property (There is also a "StaticMemberVIs" property).  I haven't tried using this myself, so I cannot guarantee it will do what you need.

 

Chris M.

Message 2 of 3
(2,855 Views)

Well that was well hidden 🙂

_____________________________
- Cheers, Ed
0 Kudos
Message 3 of 3
(2,831 Views)