It's true that the name is identical to DAQmx convention as this becomes the Logical name when the instruments' Initialize VI is executed. I am using the PXI-5661 with the RFSA IVI drivers.
In my current process, I initialize instruments by function (spectrum analyzer, modulation analyzer, frequency counter, etc.). This creates issues with the IVI drivers when I want initialize the 5661 as multiple instruments. When the "PXI1Slot2" resource is initialized multiple times, all previous items are unusable (the initialize makes a new copy PXI1Slot2 n) and only the latest instrument is valid.
I would like to check all available IVI logical names in memory and avoid creating multiple items.