Hello,
I have a PXI-2566 relay module, and I am trying to query the position of every relay in the module. I see that there is a function DAQmxSwitchGetMultiRelayPos, but the documentation for this function is extremely poor. My question is, how am I to format the relayList string that gets passed to the GetMultiRelayPos command? Do I just put the values (0-15) in this list, or (k0-k15), or /PXI1Slot2/k0 - /PXI1Slot2/k15, and are there separators between the values? More extensive documentation aside from "the set of relays you want to query" would be helpful. Thank you for your time.