03-29-2021 06:07 PM
Using VI scripting, I make VIs from a template, customize their front and back panels, and save them --- all good so far.
Now I want to programmatically create an lvlib and add all the VIs I just made.
I found the AddFile method on Library objects, but I can't find how to create a new lvlib and open its reference.
Solved! Go to Solution.
03-29-2021 09:04 PM
Invoke node: Application -> Library -> Create
03-29-2021 09:26 PM
I could have sworn I looked there. Many thanks