The IVI driver did not define a means to query that information from the card.
The IVI driver does however have WriteString and ReadString as part of the DirectIO interface.
- //ask for closure counts from a channel list
- driver.System.DirectIO.WriteString("print(channel.getcount(\"1001,1911\"))");
-
- resultsListBox.Items.Add(driver.System.DirectIO.ReadString());