01-01-2003 05:18 AM
01-02-2003 10:11 AM
03-22-2003 04:19 PM
07-26-2006 06:42 AM
07-27-2006 11:12 AM
07-27-2006 11:50 AM - edited 07-27-2006 11:50 AM
Message Edited by Dennis Knutson on 07-27-2006 10:50 AM
07-27-2006 01:25 PM - edited 07-27-2006 01:25 PM
Message Edited by Robert M on 07-27-2006 01:26 PM
07-27-2006 01:39 PM
Robert,
Thanks for clearing that up. I feel better now.
Dennis
10-30-2006 04:29 PM
On a related note...
Is there a clean way to programmatically get the canonical VISA resource name from an alias?
Let's say for example the alias can be first proven valid by opening a session with VISA Open. Now, how to get the real VISA resource name?
The only thing I've come up with is using VISA Find with the alias, use that to get the device info, building enough of a canonical string to do another find, then get the matching resource ID. Very clumsy when I know there is a table somewhere that translates all this.
10-30-2006 04:40 PM - edited 10-30-2006 04:40 PM
Try this.
Message Edited by Dennis Knutson on 10-30-2006 03:41 PM